From: Richard Kenner Date: Sun, 19 Jan 1997 19:09:01 +0000 (-0500) Subject: (DIR_SEPARATOR): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=421fec1235030d16ce0f486de5e03faaa2848f1b;p=gcc.git (DIR_SEPARATOR): Define. From-SVN: r13513 --- diff --git a/gcc/config/i386/xm-cygwin32.h b/gcc/config/i386/xm-cygwin32.h index 786c4fe66f5..b3f4c04b5fb 100644 --- a/gcc/config/i386/xm-cygwin32.h +++ b/gcc/config/i386/xm-cygwin32.h @@ -1,6 +1,6 @@ /* Configuration for GNU C-compiler for hosting on Windows NT. using a unix style C library. - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -25,3 +25,5 @@ Boston, MA 02111-1307, USA. */ #define HAVE_FILE_H #define EXECUTABLE_SUFFIX ".exe" +/* Even though we support "/", allow "\" since everybody tests both. */ +#define DIR_SEPARATOR '\\'