]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Jan 1995 22:21:33 +0000 (22:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Jan 1995 22:21:33 +0000 (22:21 +0000)
src/s/ms-w32.h
src/s/msdos.h

index c586963b12ad17ab961a11700e38966635a74899..7ea725866fe9c3d62d392d721dfa08309b23389d 100644 (file)
@@ -179,11 +179,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
 
-/* Some compilers tend to put everything declared static
-   into the initialized data area, which becomes pure after dumping Emacs.
-   On these systems, you must #define static as nothing to foil this.
-   Note that emacs carefully avoids static vars inside functions.  */
-
 /* Define this to be the separator between path elements */
 #define DIRECTORY_SEP '\\'
 
index 7d43db628a32036e753a51f138e4ba26d0ac7e69..ab6c61f0b43e426313244b185ffb8f8bc0115c0b 100644 (file)
@@ -138,13 +138,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
 \f
-/* Some compilers tend to put everything declared static
-   into the initialized data area, which becomes pure after dumping Emacs.
-   On these systems, you must #define static as nothing to foil this.
-   Note that emacs carefully avoids static vars inside functions.  */
-
-/* #define static */
-
 /* we use djgcc's malloc */
 /* #define SYSTEM_MALLOC */
 /* setjmp and longjmp can safely replace _setjmp and _longjmp,