From: Richard Kenner Date: Fri, 27 May 1994 21:56:04 +0000 (-0400) Subject: (DIR_SEPARATOR): New macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b;p=gcc.git (DIR_SEPARATOR): New macro. From-SVN: r7375 --- 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"