scottmac                Wed Dec 17 15:46:00 2008 UTC

  Modified files:              
    /php-src/ext/json   JSON_parser.c 
  Log:
  Fix Windows build
  
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/json/JSON_parser.c?r1=1.20&r2=1.21&diff_format=u
Index: php-src/ext/json/JSON_parser.c
diff -u php-src/ext/json/JSON_parser.c:1.20 php-src/ext/json/JSON_parser.c:1.21
--- php-src/ext/json/JSON_parser.c:1.20 Wed Dec 17 14:39:56 2008
+++ php-src/ext/json/JSON_parser.c      Wed Dec 17 15:46:00 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

Reply via email to