summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-28 03:00:39 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-28 03:00:39 +0000
commit7d6ca7d03b94f4ab37812d08f2d68b2c1f8f52fa (patch)
tree30970bcac55e781f53016d052f150cfa29a3fae9 /json.h
parent9f142925c22535ec6ad06e3ba69f5c6416956739 (diff)
downloadgpsd-7d6ca7d03b94f4ab37812d08f2d68b2c1f8f52fa.tar.gz
RTCM2 JSON parser is feature-complete and ready for test.
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