aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-mingw32.h
diff options
context:
space:
mode:
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 75ccd1f..47356f5 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 ';'