aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2006-04-21 09:24:43 +0000
committerEli Zaretskii2006-04-21 09:24:43 +0000
commit0d95f6b24c499c31d99331a5a98f24a770e3ef67 (patch)
tree241f0940a6dd6fc7ca1129f94fe50b2f5e065c79 /src
parenta0c62ca2998a7daca34aac44186903959088f538 (diff)
downloademacs-0d95f6b24c499c31d99331a5a98f24a770e3ef67.tar.gz
emacs-0d95f6b24c499c31d99331a5a98f24a770e3ef67.zip
(SYSTEM_PURESIZE_EXTRA): Increase to 25000.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/ms-w32.h6
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 @@
12006-04-21 Eli Zaretskii <eliz@gnu.org>
2
3 * s/ms-w32.h (SYSTEM_PURESIZE_EXTRA): Increase to 25000.
4
12006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 52006-04-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 6
3 * image.c [MAC_OS] (xpm_load_image): Fill in background field 7 * 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);
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 The number below comes from 22038 bytes worth (as of 2006-04) 469 The number below comes from 23923 bytes worth (as of 2006-04)
470 of w32-specific files loaded by loadup.el, plus 2K spare. */ 470 of w32-specific files loaded by loadup.el, plus 1K spare. */
471#define SYSTEM_PURESIZE_EXTRA 24000 471#define SYSTEM_PURESIZE_EXTRA 25000
472 472
473/* 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'
474 initialized data into a separate section from the CRT initialized 474 initialized data into a separate section from the CRT initialized