From: Scott MacVicar Date: Wed, 17 Dec 2008 15:46:00 +0000 (+0000) Subject: Fix Windows build X-Git-Tag: php-5.4.0alpha1~191^2~4786 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0cf756f7fcd0fff248a9980fb10187d1443372c;p=php Fix Windows build --- diff --git a/ext/json/JSON_parser.c b/ext/json/JSON_parser.c index dd2541bb7c..2c4dd9a5f3 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 */