1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/json/json.patch Mon Jan 10 20:54:01 2011 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Index: zzjson-1.1.0/src/zzjson_parse.c 1.5 +--- zzjson-1.1.0/src/zzjson_parse.c.orig 2009-08-16 02:49:38 +0200 1.6 ++++ zzjson-1.1.0/src/zzjson_parse.c 2009-11-18 19:49:55 +0100 1.7 +@@ -9,6 +9,7 @@ 1.8 + #include <math.h> 1.9 + #include <stdio.h> 1.10 + 1.11 ++#undef getchar 1.12 + #define GETC() config->getchar(config->ihandle) 1.13 + #define UNGETC(c) config->ungetchar(c, config->ihandle) 1.14 + #define SKIPWS() skipws(config)