* Fix bug with use of capital E in numbers with exponents
Mateusz Loskot, mateusz at loskot dot net * Add stddef.h include git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@19 327403b1-1117-474d-bef2-5cb71233fd97
This commit is contained in:
@@ -71,7 +71,7 @@ struct json_tokener
|
||||
char *str;
|
||||
struct printbuf *pb;
|
||||
int depth, is_double, st_pos, char_offset;
|
||||
enum json_tokener_error err;
|
||||
ptrdiff_t err;
|
||||
unsigned int ucs_char;
|
||||
char quote_char;
|
||||
struct json_tokener_srec stack[JSON_TOKENER_MAX_DEPTH];
|
||||
|
||||
Reference in New Issue
Block a user