mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 05:19:07 +08:00
Compare commits
1 Commits
json-c-0.1
...
json-c-0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fb43410af |
@@ -40,8 +40,8 @@ enum json_tokener_error
|
|||||||
json_tokener_error_parse_string,
|
json_tokener_error_parse_string,
|
||||||
json_tokener_error_parse_comment,
|
json_tokener_error_parse_comment,
|
||||||
json_tokener_error_parse_utf8_string,
|
json_tokener_error_parse_utf8_string,
|
||||||
json_tokener_error_memory,
|
json_tokener_error_size, /* A string longer than INT32_MAX was passed as input */
|
||||||
json_tokener_error_size
|
json_tokener_error_memory /* Failed to allocate memory */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user