emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/ms-w32.h,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/s/ms-w32.h,v
Date: Wed, 14 Nov 2007 16:57:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/11/14 16:57:56

Index: ms-w32.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/ms-w32.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- ms-w32.h    9 Nov 2007 12:17:57 -0000       1.52
+++ ms-w32.h    14 Nov 2007 16:57:56 -0000      1.53
@@ -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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]