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

index 5174fb756ede5a1f26d5c823284f4553260eafe9..95a7ffba1f4282dc7fdf998a65169dfeff1d37e8 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 */