]> git.eshelyaron.com Git - emacs.git/commitdiff
(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
authorEli Zaretskii <eliz@gnu.org>
Fri, 21 Apr 2006 09:24:43 +0000 (09:24 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 21 Apr 2006 09:24:43 +0000 (09:24 +0000)
src/ChangeLog
src/s/ms-w32.h

index 36aba44b8db30a86007fba776c61db123f6f8896..d0dd74eadf7b2e92f913bad90f163c9396374e9e 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
+
 2006-04-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * image.c [MAC_OS] (xpm_load_image): Fill in background field
index 55f62644d0475fd4143469d36280e13f54d00d97..fa4ca5651710eb8d726a7a18cf548fe413c30cd1 100644 (file)
@@ -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