OSDN Git Service

(DIR_SEPARATOR): Define.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jan 1997 19:09:01 +0000 (19:09 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jan 1997 19:09:01 +0000 (19:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13513 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/xm-cygwin32.h

index 786c4fe..b3f4c04 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 '\\'