summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'json.h')
-rw-r--r--json.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/json.h b/json.h
index 597487a1..30ca4c1a 100644
--- a/json.h
+++ b/json.h
@@ -73,8 +73,9 @@ const char *json_error_string(int);
#define JSON_ERR_SUBTYPE 14 /* unsupported array element type */
#define JSON_ERR_BADSTRING 15 /* error while string parsing */
#define JSON_ERR_CHECKFAIL 16 /* check attribute not matched */
-#define JSON_ERR_BADENUM 17 /* invalid flag token */
-#define JSON_ERR_NOPARSTR 18 /* can't support strings in aparalle. arrays */
+#define JSON_ERR_NOPARSTR 17 /* can't support strings in parallel arrays */
+#define JSON_ERR_MISC 18 /* other data conversion error */
+
/*
* Use the following macros to declare template initializers for structobject