Mercurial > emacs
changeset 70038:5e47fe08af2c
(SYSTEM_PURESIZE_EXTRA): Reduce to 24000.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 16 Apr 2006 18:05:06 +0000 |
parents | c314acf9c854 |
children | 782ba8b37a0f |
files | src/s/ms-w32.h |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/ms-w32.h Sun Apr 16 17:27:17 2006 +0000 +++ b/src/s/ms-w32.h Sun Apr 16 18:05:06 2006 +0000 @@ -465,8 +465,10 @@ #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