aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorJason Rumney2007-05-15 23:04:35 +0000
committerJason Rumney2007-05-15 23:04:35 +0000
commitff709c3a9f0024946c50ab376ec385e11935bdd5 (patch)
tree7ab25d6a25bb28958156f18ecc94dbf130586a13 /src/s
parentf7af895cc352ae2c4b0d249179fedaf152f1c0a3 (diff)
downloademacs-ff709c3a9f0024946c50ab376ec385e11935bdd5.tar.gz
emacs-ff709c3a9f0024946c50ab376ec385e11935bdd5.zip
(SYSTEM_PURESIZE_EXTRA): Bump to 50k.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index ad699dff035..75888f2df2a 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -481,7 +481,7 @@ extern char *get_emacs_configuration_options (void);
481/* We need a little extra space, see ../../lisp/loadup.el. 481/* We need a little extra space, see ../../lisp/loadup.el.
482 The number below comes from 23923 bytes worth (as of 2006-04) 482 The number below comes from 23923 bytes worth (as of 2006-04)
483 of w32-specific files loaded by loadup.el, plus 1K spare. */ 483 of w32-specific files loaded by loadup.el, plus 1K spare. */
484#define SYSTEM_PURESIZE_EXTRA 25000 484#define SYSTEM_PURESIZE_EXTRA 50000
485 485
486/* For unexec to work on Alpha systems, we need to put Emacs' 486/* For unexec to work on Alpha systems, we need to put Emacs'
487 initialized data into a separate section from the CRT initialized 487 initialized data into a separate section from the CRT initialized