mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 20:09:06 +08:00
Deprecated a few typedefs, add docs on json_object_iter, move json_number_chars and json_hex-chars to json_object_private.h.
This commit is contained in:
@@ -296,7 +296,7 @@ static void test_incremental_parse()
|
||||
{
|
||||
json_object *new_obj;
|
||||
enum json_tokener_error jerr;
|
||||
json_tokener *tok;
|
||||
struct json_tokener *tok;
|
||||
const char *string_to_parse;
|
||||
int ii;
|
||||
int num_ok, num_error;
|
||||
|
||||
Reference in New Issue
Block a user