correct fix
authorMatthias Braun <matze@braunis.de>
Mon, 28 Jul 2008 07:29:10 +0000 (07:29 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 28 Jul 2008 07:29:10 +0000 (07:29 +0000)
[r20722]

main.c

diff --git a/main.c b/main.c
index 662fc24..9fa1c8f 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 -U__WCHAR_TYPE__ -D__SIZE_TYPE__=__SIZE_TYPE__ -m32"
+#define PREPROCESSOR "cpp -std=c99 -U__WCHAR_TYPE__ -D__WCHAR_TYPE__=int -U__SIZE_TYPE__ -D__SIZE_TYPE__=__SIZE_TYPE__ -m32"
 #endif
 
 #ifndef LINKER