From 4a0cf2aa3b7546082396bc96ca488b7bd93b22b1 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 21 Mar 1998 23:52:13 +0000 Subject: 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 From-SVN: r18747 --- gcc/ChangeLog | 2 ++ gcc/config/i386/xm-cygwin32.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index abfd9b8..3cd41d1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ Sun Mar 22 00:50:42 1998 Nick Clifton * 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 * configure.in: Handle with-PACKAGE=no correctly diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index c8d2627..8f8db60 100644 --- a/gcc/config/i386/xm-cygwin32.h +++ b/gcc/config/i386/xm-cygwin32.h @@ -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 -- cgit v1.1