changeset 86068:4ef1ee8b42c4

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 14 Nov 2007 16:57:56 +0000
parents e1989ca5c28e
children e657f7e0b51e
files src/s/ms-w32.h
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <string.h>
 
-/* 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.  */