summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-04-21 09:24:03 +0000
committerEli Zaretskii <eliz@gnu.org>2006-04-21 09:24:03 +0000
commit2e744836a3ed1bc4823d7416c515b4c54c6f5861 (patch)
treef1c199fb671ad33cd25bbc0ce7e4b1e98e0ffabd
parent391871e2aeaefcd38914130d294ddf46c5febdf8 (diff)
downloademacs-2e744836a3ed1bc4823d7416c515b4c54c6f5861.tar.gz
(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
-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);
#include <string.h>
/* We need a little extra space, see ../../lisp/loadup.el.
- The number below comes from 22038 bytes worth (as of 2006-04)
- of w32-specific files loaded by loadup.el, plus 2K spare. */
-#define SYSTEM_PURESIZE_EXTRA 24000
+ The number below comes from 23923 bytes worth (as of 2006-04)
+ of w32-specific files loaded by loadup.el, plus 1K spare. */
+#define SYSTEM_PURESIZE_EXTRA 25000
/* For unexec to work on Alpha systems, we need to put Emacs'
initialized data into a separate section from the CRT initialized