# HG changeset patch # User Richard M. Stallman # Date 790726893 0 # Node ID a0f2ce3200d010a90f575868c56365eb8e4fd096 # Parent 3070ab43f7487ba73761d5ea0c892efdf16858a6 Comment change. diff -r 3070ab43f748 -r a0f2ce3200d0 src/s/ms-w32.h --- a/src/s/ms-w32.h Sat Jan 21 13:59:06 1995 +0000 +++ b/src/s/ms-w32.h Sat Jan 21 22:21:33 1995 +0000 @@ -179,11 +179,6 @@ 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 -r 3070ab43f748 -r a0f2ce3200d0 src/s/msdos.h --- a/src/s/msdos.h Sat Jan 21 13:59:06 1995 +0000 +++ b/src/s/msdos.h Sat Jan 21 22:21:33 1995 +0000 @@ -138,13 +138,6 @@ 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,