From 0acec066f684bff948d3a42fdc4218070e79d4a2 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 28 Jul 2008 07:29:10 +0000 Subject: [PATCH] correct fix [r20722] --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 662fc24..9fa1c8f 100644 --- 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 -- 2.20.1