OSDN Git Service

(PATH_SEPARATOR): Add to here.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 1994 12:21:24 +0000 (12:21 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 22 Feb 1994 12:21:24 +0000 (12:21 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6600 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/xm-os2.h

index be234d1..e20bf41 100644 (file)
@@ -1,6 +1,6 @@
 /* Configuration for GNU compiler
    for an Intel i386 or later processor running OS/2 2.x.
-   Copyright (C) 1993 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1994 Free Software Foundation, Inc.
    Contributed by Samuel Figueroa (figueroa@cs.nyu.edu)
 
 This file is part of GNU CC.
@@ -41,6 +41,9 @@ 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
 
 #define EXECUTABLE_SUFFIX ".exe"