comparison src/s/ms-w32.h @ 10511:a0f2ce3200d0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Jan 1995 22:21:33 +0000
parents a4112f6321a5
children 5c486ab3c695
comparison
equal deleted inserted replaced
10510:3070ab43f748 10511:a0f2ce3200d0
176 to make Emacs work on this system. For example, 176 to make Emacs work on this system. For example,
177 you might define certain system call names that don't 177 you might define certain system call names that don't
178 exist on your system, or that do different things on 178 exist on your system, or that do different things on
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
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 181
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
190 /* Define this to be the separator between devices and paths */ 185 /* Define this to be the separator between devices and paths */