aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-21 22:21:33 +0000
committerRichard M. Stallman1995-01-21 22:21:33 +0000
commit73396f20e7bd6b7e27363db16b30ecde8ef28369 (patch)
tree34073fb55988e16b13a72bf6c94184afa0fcecde /src
parent3e64e15047fe32584184a6ac8fca512f65ca5d78 (diff)
downloademacs-73396f20e7bd6b7e27363db16b30ecde8ef28369.tar.gz
emacs-73396f20e7bd6b7e27363db16b30ecde8ef28369.zip
Comment change.
Diffstat (limited to 'src')
-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 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. */
179 your system and must be used only through an encapsulation 179 your system and must be used only through an encapsulation
180 (Which you should place, by convention, in sysdep.c). */ 180 (Which you should place, by convention, in sysdep.c). */
181 181
182/* Some compilers tend to put everything declared static
183 into the initialized data area, which becomes pure after dumping Emacs.
184 On these systems, you must #define static as nothing to foil this.
185 Note that emacs carefully avoids static vars inside functions. */
186
187/* Define this to be the separator between path elements */ 182/* Define this to be the separator between path elements */
188#define DIRECTORY_SEP '\\' 183#define DIRECTORY_SEP '\\'
189 184
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. */
138 your system and must be used only through an encapsulation 138 your system and must be used only through an encapsulation
139 (Which you should place, by convention, in sysdep.c). */ 139 (Which you should place, by convention, in sysdep.c). */
140 140
141/* Some compilers tend to put everything declared static
142 into the initialized data area, which becomes pure after dumping Emacs.
143 On these systems, you must #define static as nothing to foil this.
144 Note that emacs carefully avoids static vars inside functions. */
145
146/* #define static */
147
148/* we use djgcc's malloc */ 141/* we use djgcc's malloc */
149/* #define SYSTEM_MALLOC */ 142/* #define SYSTEM_MALLOC */
150/* setjmp and longjmp can safely replace _setjmp and _longjmp, 143/* setjmp and longjmp can safely replace _setjmp and _longjmp,