Commit a146b41d by Richard Kenner

(DIR_SEPARATOR): Define if not already.

From-SVN: r8927
parent 4e21762d
/* Configuration for GNU compiler /* Configuration for GNU compiler
for an Intel i386 or later processor running OS/2 2.x. 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) Contributed by Samuel Figueroa (figueroa@cs.nyu.edu)
This file is part of GNU CC. This file is part of GNU CC.
...@@ -41,9 +41,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -41,9 +41,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
int spawnv (int modeflag, char *path, char *argv[]); int spawnv (int modeflag, char *path, char *argv[]);
int spawnvp (int modeflag, char *path, char *argv[]); int spawnvp (int modeflag, char *path, char *argv[]);
#endif /* __IBMC__ */ #endif /* __IBMC__ */
#ifndef PATH_SEPARATOR #ifndef PATH_SEPARATOR
#define PATH_SEPARATOR ';' #define PATH_SEPARATOR ';'
#endif #endif
#ifndef DIR_SEPARATOR
#define DIR_SEPARATOR '\\'
#endif
#define EXECUTABLE_SUFFIX ".exe" #define EXECUTABLE_SUFFIX ".exe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment