summaryrefslogtreecommitdiffstats
path: root/gcc/config/i386/xm-mingw32.h
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-07 00:31:01 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1997-12-07 00:31:01 +0000
commitad87de1ece2f52d260b582709751ab9f315ab349 (patch)
treeec80f8d1e46852ac1ba45aecdcda7201c302ac6f /gcc/config/i386/xm-mingw32.h
parent8098b1a5d828997acb2555106b3edccc0b43b661 (diff)
downloadppe42-gcc-ad87de1ece2f52d260b582709751ab9f315ab349.tar.gz
ppe42-gcc-ad87de1ece2f52d260b582709751ab9f315ab349.zip
Merge from gcc-2.8
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16987 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/xm-mingw32.h')
-rw-r--r--gcc/config/i386/xm-mingw32.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/gcc/config/i386/xm-mingw32.h b/gcc/config/i386/xm-mingw32.h
index 75ccd1f42ec..47356f568d1 100644
--- a/gcc/config/i386/xm-mingw32.h
+++ b/gcc/config/i386/xm-mingw32.h
@@ -33,20 +33,13 @@ Boston, MA 02111-1307, USA. */
#define USE_PROTOTYPES 1
#endif
-#ifndef HAVE_VPRINTF
-#define HAVE_VPRINTF 1
-#endif
-
#define NO_SYS_SIGLIST 1
-#define bcmp(a,b,c) memcmp (a,b,c)
-#define bcopy(a,b,c) memcpy (b,a,c)
-#define bzero(a,b) memset (a,0,b)
-#define index strchr
-#define rindex strrchr
-#define kill(a,b) raise(b)
#define link(a,b) -1
#define environ _environ
/* Even though we support "/", allow "\" since everybody tests both. */
#define DIR_SEPARATOR '\\'
#define EXECUTABLE_SUFFIX ".exe"
+
+#undef PATH_SEPARATOR
+#define PATH_SEPARATOR ';'
OpenPOWER on IntegriCloud