aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/ms-w32.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 2881fa1eb75..ee64a5d94f2 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -477,9 +477,7 @@ extern char *get_emacs_configuration_options (void);
477#endif 477#endif
478#include <string.h> 478#include <string.h>
479 479
480/* We need a little extra space, see ../../lisp/loadup.el. 480/* We need a little extra space, see ../../lisp/loadup.el. */
481 The number below comes from 23923 bytes worth (as of 2006-04)
482 of w32-specific files loaded by loadup.el, plus 1K spare. */
483#define SYSTEM_PURESIZE_EXTRA 50000 481#define SYSTEM_PURESIZE_EXTRA 50000
484 482
485/* For unexec to work on Alpha systems, we need to put Emacs' 483/* For unexec to work on Alpha systems, we need to put Emacs'
@@ -491,9 +489,9 @@ extern char *get_emacs_configuration_options (void);
491 into its own section. VC5 intermingles uninitialized data from the CRT 489 into its own section. VC5 intermingles uninitialized data from the CRT
492 between Emacs' static uninitialized data and its public uninitialized 490 between Emacs' static uninitialized data and its public uninitialized
493 data. A separate .bss section for Emacs groups both static and 491 data. A separate .bss section for Emacs groups both static and
494 public uninitalized together. 492 public uninitialized together.
495 493
496 Note that unexnt.c relies on this fact, and must be modified 494 Note that unexw32.c relies on this fact, and must be modified
497 accordingly if this section name is changed, or if this pragma is 495 accordingly if this section name is changed, or if this pragma is
498 removed. Also, obviously, all files that define initialized data 496 removed. Also, obviously, all files that define initialized data
499 must include config.h to pick up this pragma. */ 497 must include config.h to pick up this pragma. */