scottmac Wed Dec 17 15:46:21 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/json JSON_parser.c
Log:
MFH Fix Windows build
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.1.2.12.2.4&r2=1.1.2.12.2.5&diff_format=u
Index: php-src/ext/json/JSON_parser.c
diff -u php-src/ext/json/JSON_parser.c:1.1.2.12.2.4
php-src/ext/json/JSON_parser.c:1.1.2.12.2.5
--- php-src/ext/json/JSON_parser.c:1.1.2.12.2.4 Wed Dec 17 14:40:06 2008
+++ php-src/ext/json/JSON_parser.c Wed Dec 17 15:46:21 2008
@@ -29,6 +29,9 @@
#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 */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php