# HG changeset patch # User Eli Zaretskii # Date 1145611443 0 # Node ID cbb876e6f0d819e31b8f19670bb4c4f05b8eb34c # Parent 50b254bd63de1f06954b8731385deb92c9ca34ce (SYSTEM_PURESIZE_EXTRA): Increase to 25000. diff -r 50b254bd63de -r cbb876e6f0d8 src/s/ms-w32.h --- 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 /* 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