Macroized sub-directory delimiter to make DOS win.
authorHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 18 Feb 1992 20:34:47 +0000 (20:34 +0000)
committerHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 18 Feb 1992 20:34:47 +0000 (20:34 +0000)
v7/src/microcode/option.h

index 9140b68ec1e22e065668904bdcfe7a09b83301f6..0f592964084e98688177c5444891fe2ef8faeb3c 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.h,v 1.6 1991/11/04 16:48:54 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.h,v 1.7 1992/02/18 20:34:47 mhwu Exp $
 
 Copyright (c) 1990-1991 Massachusetts Institute of Technology
 
@@ -79,4 +79,10 @@ extern CONST char * EXFUN
   (search_path_for_file,
    (CONST char * option, CONST char * filename, int default_p));
 
+#ifdef DOS386
+#define SUB_DIRECTORY_DELIMITER        '\\'
+#else
+#define SUB_DIRECTORY_DELIMITER '/'
+#endif
+
 #endif /* SCM_OPTION_H */