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

index 0f592964084e98688177c5444891fe2ef8faeb3c..9a5c881968f24ce6e80636e9e983f1ddd1c0c013 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.h,v 1.8 1992/02/18 20:51:57 mhwu Exp $
 
 Copyright (c) 1990-1991 Massachusetts Institute of Technology
 
@@ -79,10 +79,4 @@ 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 */