json/json.patch

Mon, 13 Jun 2011 16:21:59 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 13 Jun 2011 16:21:59 +0200
changeset 349
886b6dad933a
permissions
-rw-r--r--

Correct, adjust, and improve build configuration, nearing stable state:
Adjust freetype config due to custom lib name, remove nearly all
parallel make logic due to rule dependency errors, and resume iconv
corrections.

     1 Index: zzjson-1.1.0/src/zzjson_parse.c
     2 --- zzjson-1.1.0/src/zzjson_parse.c.orig	2009-08-16 02:49:38 +0200
     3 +++ zzjson-1.1.0/src/zzjson_parse.c	2009-11-18 19:49:55 +0100
     4 @@ -9,6 +9,7 @@
     5  #include <math.h>
     6  #include <stdio.h>
     8 +#undef getchar
     9  #define GETC()          config->getchar(config->ihandle)
    10  #define UNGETC(c)       config->ungetchar(c, config->ihandle)
    11  #define SKIPWS()        skipws(config)

mercurial