aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-01-21 22:21:33 +0000
committerRichard M. Stallman <[email protected]>1995-01-21 22:21:33 +0000
commit73396f20e7bd6b7e27363db16b30ecde8ef28369 (patch)
tree34073fb55988e16b13a72bf6c94184afa0fcecde /src/s
parent3e64e15047fe32584184a6ac8fca512f65ca5d78 (diff)
Comment change.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/ms-w32.h5
-rw-r--r--src/s/msdos.h7
2 files changed, 0 insertions, 12 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index c586963b12..7ea725866f 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 7d43db628a..ab6c61f0b4 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,