From 2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 27 May 1994 17:56:04 -0400 Subject: [PATCH] (DIR_SEPARATOR): New macro. From-SVN: r7375 --- gcc/config/i386/xm-dos.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index 7946e7b47b2..e6e06f4e809 100644 --- a/gcc/config/i386/xm-dos.h +++ b/gcc/config/i386/xm-dos.h @@ -6,6 +6,9 @@ /* Use semicolons to separate elements of a path. */ #define PATH_SEPARATOR ';' +/* Use backslashs to separate levels of directory. */ +#define DIR_SEPARATOR '\\' + /* Suffix for executable file names. */ #define EXECUTABLE_SUFFIX ".exe" -- 2.30.2