(PATH_SEPARATOR): New macro.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 23 Jan 1994 23:39:56 +0000 (18:39 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 23 Jan 1994 23:39:56 +0000 (18:39 -0500)
From-SVN: r6416

gcc/config/i386/os2.h

index 7d22db0..a35f333 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine 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.
@@ -35,6 +35,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define LOCAL_INCLUDE_DIR "\\gcc\\include"
 #endif
 
+#ifndef PATH_SEPARATOR
+#define PATH_SEPARATOR ';'
+#endif
+
 #define YES_UNDERSCORES
 #include "i386/gstabs.h"