From: Richard Kenner Date: Fri, 27 May 1994 21:56:04 +0000 (-0400) Subject: (DIR_SEPARATOR): New macro. X-Git-Tag: misc/cutover-egcs-0~6568 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b;p=thirdparty%2Fgcc.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 7946e7b47b2c..e6e06f4e8096 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"