From: Richard M. Stallman Date: Sat, 21 Jan 1995 22:21:33 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~5347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73396f20e7bd6b7e27363db16b30ecde8ef28369;p=emacs.git Comment change. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index c586963b12a..7ea725866fe 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -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 '\\' diff --git a/src/s/msdos.h b/src/s/msdos.h index 7d43db628a3..ab6c61f0b43 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h @@ -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). */ -/* 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,