+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.
#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