2 changed files with 16 additions and 3 deletions
@ -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 <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
+#undef getchar
|
||||
#define GETC() config->getchar(config->ihandle)
|
||||
#define UNGETC(c) config->ungetchar(c, config->ihandle)
|
||||
#define SKIPWS() skipws(config)
|
Loading…
Reference in new issue