aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 55f62644d04..fa4ca565171 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -466,9 +466,9 @@ extern char *get_emacs_configuration_options (void);
466#include <string.h> 466#include <string.h>
467 467
468/* We need a little extra space, see ../../lisp/loadup.el. 468/* We need a little extra space, see ../../lisp/loadup.el.
469 The number below comes from 22038 bytes worth (as of 2006-04) 469 The number below comes from 23923 bytes worth (as of 2006-04)
470 of w32-specific files loaded by loadup.el, plus 2K spare. */ 470 of w32-specific files loaded by loadup.el, plus 1K spare. */
471#define SYSTEM_PURESIZE_EXTRA 24000 471#define SYSTEM_PURESIZE_EXTRA 25000
472 472
473/* For unexec to work on Alpha systems, we need to put Emacs' 473/* For unexec to work on Alpha systems, we need to put Emacs'
474 initialized data into a separate section from the CRT initialized 474 initialized data into a separate section from the CRT initialized