# HG changeset patch # User Juanma Barranquero # Date 1195059476 0 # Node ID 4ef1ee8b42c495f0b6ae16dd4bf35c8e8f4e5b41 # Parent e1989ca5c28eaa4d5521b6ef5f4b66ac6e7995ec *** empty log message *** diff -r e1989ca5c28e -r 4ef1ee8b42c4 src/s/ms-w32.h --- a/src/s/ms-w32.h Wed Nov 14 15:38:16 2007 +0000 +++ b/src/s/ms-w32.h Wed Nov 14 16:57:56 2007 +0000 @@ -477,9 +477,7 @@ #endif #include -/* We need a little extra space, see ../../lisp/loadup.el. - The number below comes from 23923 bytes worth (as of 2006-04) - of w32-specific files loaded by loadup.el, plus 1K spare. */ +/* We need a little extra space, see ../../lisp/loadup.el. */ #define SYSTEM_PURESIZE_EXTRA 50000 /* For unexec to work on Alpha systems, we need to put Emacs' @@ -491,9 +489,9 @@ into its own section. VC5 intermingles uninitialized data from the CRT between Emacs' static uninitialized data and its public uninitialized data. A separate .bss section for Emacs groups both static and - public uninitalized together. + public uninitialized together. - Note that unexnt.c relies on this fact, and must be modified + Note that unexw32.c relies on this fact, and must be modified accordingly if this section name is changed, or if this pragma is removed. Also, obviously, all files that define initialized data must include config.h to pick up this pragma. */