]> granicus.if.org Git - php/commitdiff
Fix Windows build
authorScott MacVicar <scottmac@php.net>
Wed, 17 Dec 2008 15:46:00 +0000 (15:46 +0000)
committerScott MacVicar <scottmac@php.net>
Wed, 17 Dec 2008 15:46:00 +0000 (15:46 +0000)
ext/json/JSON_parser.c

index dd2541bb7c9847d7139dfb7c036fcfe7a156ddf0..2c4dd9a5f3fba33554f5e45b1127cc5066ae4e07 100644 (file)
@@ -29,6 +29,9 @@ SOFTWARE.
 #include <stdio.h>
 #include "JSON_parser.h"
 
+/* Windows defines IN for documentation */
+#undef IN
+
 #define true  1
 #define false 0
 #define __   -1     /* the universal error code */