(trunk libT) update our JSON_parser snapshot

This commit is contained in:
Charles Kerr
2010-04-17 13:29:02 +00:00
parent 997e747821
commit 8a2c6c954d
2 changed files with 25 additions and 25 deletions

View File

@@ -22,9 +22,8 @@
#endif
/* Determine the integer type use to parse non-floating point numbers */
#include <stdarg.h> /* some 1.4.x versions of evutil.h need this */
#include <evutil.h>
typedef ev_int64_t JSON_int_t;
#include <inttypes.h>
typedef int64_t JSON_int_t;
#ifdef __cplusplus