From: Scott MacVicar Date: Wed, 17 Dec 2008 15:46:21 +0000 (+0000) Subject: MFH Fix Windows build X-Git-Tag: php-5.3.0beta1~410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6393540c75030a3c534be0592e447e1805acb8d4;p=php MFH Fix Windows build --- diff --git a/ext/json/JSON_parser.c b/ext/json/JSON_parser.c index 5174fb756e..95a7ffba1f 100644 --- a/ext/json/JSON_parser.c +++ b/ext/json/JSON_parser.c @@ -29,6 +29,9 @@ SOFTWARE. #include #include "JSON_parser.h" +/* Windows defines IN for documentation */ +#undef IN + #define true 1 #define false 0 #define __ -1 /* the universal error code */