From 4c4e7c88b7f9cbb6eb9392d405eae37f997bcb15 Mon Sep 17 00:00:00 2001 From: "Henry M. Wu" Date: Tue, 18 Feb 1992 20:34:47 +0000 Subject: [PATCH] Macroized sub-directory delimiter to make DOS win. --- v7/src/microcode/option.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/option.h b/v7/src/microcode/option.h index 9140b68ec..0f5929640 100644 --- a/v7/src/microcode/option.h +++ b/v7/src/microcode/option.h @@ -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 */ -- 2.25.1