(DIR_SEPARATOR): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 Jan 1997 19:09:01 +0000 (14:09 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 19 Jan 1997 19:09:01 +0000 (14:09 -0500)
From-SVN: r13513

gcc/config/i386/xm-cygwin32.h

index 786c4fe66f50bd306a2fa92a0aaf596366973424..b3f4c04b5fb9e4b8a0e38d49c5e11b27a80f196d 100644 (file)
@@ -1,6 +1,6 @@
 /* Configuration for GNU C-compiler for hosting on Windows NT.
    using a unix style C library.
-   Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -25,3 +25,5 @@ Boston, MA 02111-1307, USA. */
 #define HAVE_FILE_H
 #define EXECUTABLE_SUFFIX ".exe"
 
+/* Even though we support "/", allow "\" since everybody tests both.  */
+#define DIR_SEPARATOR '\\'