diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-27 17:56:04 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-05-27 17:56:04 -0400 |
commit | 2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b (patch) | |
tree | 4b9ab9ddee25b2f67b679a72abfacc9bbee788eb | |
parent | 4326de0b2550fd4e7e7399bf6f3ed6ef1598667e (diff) | |
download | gcc-2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b.zip gcc-2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b.tar.gz gcc-2b5c5d028fb9cf9fb9dc7dbaa2dbdb3eb211949b.tar.bz2 |
(DIR_SEPARATOR): New macro.
From-SVN: r7375
-rw-r--r-- | gcc/config/i386/xm-dos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-dos.h b/gcc/config/i386/xm-dos.h index 7946e7b..e6e06f4 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" |