aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-13 09:34:43 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-13 09:34:43 -0500
commita146b41d07523820ea5b08e0e939c36bdac422ab (patch)
tree3e7a3f952c838ff3b73584243edb4005c53996dd
parent4e21762d1b3f1bf4f8fd2cf33f68efceecfe805d (diff)
downloadgcc-a146b41d07523820ea5b08e0e939c36bdac422ab.zip
gcc-a146b41d07523820ea5b08e0e939c36bdac422ab.tar.gz
gcc-a146b41d07523820ea5b08e0e939c36bdac422ab.tar.bz2
(DIR_SEPARATOR): Define if not already.
From-SVN: r8927
-rw-r--r--gcc/config/i386/xm-os2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/i386/xm-os2.h b/gcc/config/i386/xm-os2.h
index e20bf41..23cab2f 100644
--- a/gcc/config/i386/xm-os2.h
+++ b/gcc/config/i386/xm-os2.h
@@ -1,6 +1,6 @@
/* Configuration for GNU compiler
for an Intel i386 or later processor running OS/2 2.x.
- Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
Contributed by Samuel Figueroa (figueroa@cs.nyu.edu)
This file is part of GNU CC.
@@ -41,9 +41,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
int spawnv (int modeflag, char *path, char *argv[]);
int spawnvp (int modeflag, char *path, char *argv[]);
#endif /* __IBMC__ */
+
#ifndef PATH_SEPARATOR
#define PATH_SEPARATOR ';'
#endif
+#ifndef DIR_SEPARATOR
+#define DIR_SEPARATOR '\\'
+#endif
#define EXECUTABLE_SUFFIX ".exe"