Commit 4a0cf2aa by Nick Clifton Committed by Jeff Law

xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.

        * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.

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

From-SVN: r18747
parent a73cab0f
......@@ -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
......
......@@ -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
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