Mercurial > emacs
changeset 10511:a0f2ce3200d0
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Jan 1995 22:21:33 +0000 |
parents | 3070ab43f748 |
children | e07dfdbb02d1 |
files | src/s/ms-w32.h src/s/msdos.h |
diffstat | 2 files changed, 0 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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 '\\'
--- 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,