comparison src/s/ms-w32.h @ 70038:5e47fe08af2c

(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 16 Apr 2006 18:05:06 +0000
parents 32dd7ee0ac8b
children cbb876e6f0d8 c156f6a9e7b5
comparison
equal deleted inserted replaced
70037:c314acf9c854 70038:5e47fe08af2c
463 #ifndef sys_nerr 463 #ifndef sys_nerr
464 #define sys_nerr _sys_nerr 464 #define sys_nerr _sys_nerr
465 #endif 465 #endif
466 #include <string.h> 466 #include <string.h>
467 467
468 /* We need a little extra space, see ../../lisp/loadup.el */ 468 /* We need a little extra space, see ../../lisp/loadup.el.
469 #define SYSTEM_PURESIZE_EXTRA 137500 469 The number below comes from 22038 bytes worth (as of 2006-04)
470 of w32-specific files loaded by loadup.el, plus 2K spare. */
471 #define SYSTEM_PURESIZE_EXTRA 24000
470 472
471 /* For unexec to work on Alpha systems, we need to put Emacs' 473 /* For unexec to work on Alpha systems, we need to put Emacs'
472 initialized data into a separate section from the CRT initialized 474 initialized data into a separate section from the CRT initialized
473 data (because the Alpha linker freely reorders data variables, even 475 data (because the Alpha linker freely reorders data variables, even
474 across libraries, so our data and the CRT data get intermingled). 476 across libraries, so our data and the CRT data get intermingled).