aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-26 19:53:20 +0000
committerRichard M. Stallman1996-04-26 19:53:20 +0000
commite0c07012659393ab6e4ddf01eabc9fdae2552433 (patch)
treea01bfc694082acc40fcd281f09de725867847fbb /src
parent41f339d465fd79966742d0306381680ef845b755 (diff)
downloademacs-e0c07012659393ab6e4ddf01eabc9fdae2552433.tar.gz
emacs-e0c07012659393ab6e4ddf01eabc9fdae2552433.zip
[WINDOWS_NT]: Declare Vdirectory_sep_char.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 2bcf6bd2eeb..79c104cc3f8 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1803,6 +1803,10 @@ extern void init_system_name ();
1803 in addition to a device separator. Default the path separator 1803 in addition to a device separator. Default the path separator
1804 to '/', and don't test for a device separator in IS_ANY_SEP. */ 1804 to '/', and don't test for a device separator in IS_ANY_SEP. */
1805 1805
1806#ifdef WINDOWSNT
1807extern Lisp_Object Vdirectory_sep_char;
1808#endif
1809
1806#ifndef DIRECTORY_SEP 1810#ifndef DIRECTORY_SEP
1807#define DIRECTORY_SEP '/' 1811#define DIRECTORY_SEP '/'
1808#endif 1812#endif