You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
402 B
12 lines
402 B
|
16 years ago
|
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)
|