changeset 70151:cbb876e6f0d8

(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Apr 2006 09:24:03 +0000
parents 50b254bd63de
children c7be5461ce3b
files src/s/ms-w32.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/ms-w32.h	Fri Apr 21 07:57:17 2006 +0000
+++ b/src/s/ms-w32.h	Fri Apr 21 09:24:03 2006 +0000
@@ -466,9 +466,9 @@
 #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