From 0d95f6b24c499c31d99331a5a98f24a770e3ef67 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 21 Apr 2006 09:24:43 +0000 Subject: [PATCH] (SYSTEM_PURESIZE_EXTRA): Increase to 25000. --- src/ChangeLog | 4 ++++ src/s/ms-w32.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 36aba44b8db..d0dd74eadf7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2006-04-21 Eli Zaretskii + + * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000. + 2006-04-21 YAMAMOTO Mitsuharu * image.c [MAC_OS] (xpm_load_image): Fill in background field diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 55f62644d04..fa4ca565171 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -466,9 +466,9 @@ extern char *get_emacs_configuration_options (void); #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 -- 2.39.5