(DIR_SEPARATOR): New macro.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 May 1994 21:56:04 +0000 (17:56 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 27 May 1994 21:56:04 +0000 (17:56 -0400)
From-SVN: r7375

gcc/config/i386/xm-dos.h

index 7946e7b47b2cc71f35e9a0f8d1e368f92d7bd8d1..e6e06f4e8096f9f296f8dfb590141c185de813e9 100644 (file)
@@ -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"