diff -r d34fd1d7fa3e -r 2bd9bf3f6f03 json/json.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/json/json.patch Mon Jan 10 20:54:01 2011 +0100 @@ -0,0 +1,11 @@ +Index: zzjson-1.1.0/src/zzjson_parse.c +--- zzjson-1.1.0/src/zzjson_parse.c.orig 2009-08-16 02:49:38 +0200 ++++ zzjson-1.1.0/src/zzjson_parse.c 2009-11-18 19:49:55 +0100 +@@ -9,6 +9,7 @@ + #include + #include + ++#undef getchar + #define GETC() config->getchar(config->ihandle) + #define UNGETC(c) config->ungetchar(c, config->ihandle) + #define SKIPWS() skipws(config)