]> code.delx.au - gnu-emacs/commitdiff
(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
authorEli Zaretskii <eliz@gnu.org>
Sun, 16 Apr 2006 18:07:30 +0000 (18:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 16 Apr 2006 18:07:30 +0000 (18:07 +0000)
src/ChangeLog
src/s/ms-w32.h

index 5ab6b2c06acbbd7afa5ccafce95c337432b5b53a..04f5aabf7610663d799d4516f8d625816ab5402a 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
+
 2006-04-16  Romain Francoise  <romain@orebokech.com>
 
        * puresize.h (BASE_PURESIZE): Decrement back to 1200000.
index 3e5d9c865bb5b4de41e973583202a5814c1d9853..55f62644d0475fd4143469d36280e13f54d00d97 100644 (file)
@@ -465,8 +465,10 @@ extern char *get_emacs_configuration_options (void);
 #endif
 #include <string.h>
 
-/* We need a little extra space, see ../../lisp/loadup.el */
-#define SYSTEM_PURESIZE_EXTRA 137500
+/* 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
 
 /* For unexec to work on Alpha systems, we need to put Emacs'
    initialized data into a separate section from the CRT initialized