xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
authorNick Clifton <nickc@cygnus.com>
Sat, 21 Mar 1998 23:52:13 +0000 (23:52 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 21 Mar 1998 23:52:13 +0000 (16:52 -0700)
        * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.

Co-Authored-By: Geoff Noer <noer@cygnus.com>
From-SVN: r18747

gcc/ChangeLog
gcc/config/i386/xm-cygwin32.h

index abfd9b81a82279f588ed9a951a44efe22c9e7393..3cd41d1bf2d4aa9f7a14728fda5e98bd8d83d2a6 100644 (file)
@@ -6,6 +6,8 @@ Sun Mar 22 00:50:42 1998  Nick Clifton  <nickc@cygnus.com>
         * objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
         * objc/Make-lang.in: Likewise.
 
+       * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
+
 Sun Mar 22 00:21:46 1998  R. Ganesan  <rganesan@novell.com>
 
        * configure.in: Handle with-PACKAGE=no correctly
index c8d262745cc0e0430f341f30e16f49179e6d362c..8f8db60e4b2aa32653cc3f4f701a7d376ce05360 100644 (file)
@@ -31,5 +31,7 @@ Boston, MA 02111-1307, USA. */
 /* Even though we support "/", allow "\" since everybody tests both.  */
 #define DIR_SEPARATOR '\\'
 
+#define PATH_SEPARATOR ';'
+
 /* This is needed so that protoize will compile.  */
 #define POSIX