avoid SIZE_TYPE redefined warning
authorMatthias Braun <matze@braunis.de>
Mon, 28 Jul 2008 07:26:36 +0000 (07:26 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 28 Jul 2008 07:26:36 +0000 (07:26 +0000)
[r20721]

main.c

diff --git a/main.c b/main.c
index 1add07c..662fc24 100644 (file)
--- a/main.c
+++ b/main.c
@@ -80,7 +80,7 @@
 #include "warning.h"
 
 #ifndef PREPROCESSOR
-#define PREPROCESSOR "cpp -std=c99 -U__WCHAR_TYPE__ -D__WCHAR_TYPE__=int -D__SIZE_TYPE__=__SIZE_TYPE__ -m32"
+#define PREPROCESSOR "cpp -std=c99 -U__WCHAR_TYPE__ -D__WCHAR_TYPE__=int -U__WCHAR_TYPE__ -D__SIZE_TYPE__=__SIZE_TYPE__ -m32"
 #endif
 
 #ifndef LINKER