changeset 15090:c07a2c3e141d

[WINDOWS_NT]: Declare Vdirectory_sep_char.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Apr 1996 19:53:20 +0000
parents 3305f0390624
children e05dd165b889
files src/lisp.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Fri Apr 26 19:53:04 1996 +0000
+++ b/src/lisp.h	Fri Apr 26 19:53:20 1996 +0000
@@ -1803,6 +1803,10 @@
    in addition to a device separator.  Default the path separator
    to '/', and don't test for a device separator in IS_ANY_SEP.  */
 
+#ifdef WINDOWSNT
+extern Lisp_Object Vdirectory_sep_char;
+#endif
+
 #ifndef DIRECTORY_SEP
 #define DIRECTORY_SEP '/'
 #endif