From: Juanma Barranquero Date: Wed, 14 Nov 2007 16:57:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~9755 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=517d7b9f8f385d990f91e17014533b8eb67ecb66;p=emacs.git *** empty log message *** --- 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); #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 @@ extern char *get_emacs_configuration_options (void); 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. */