summaryrefslogtreecommitdiff
path: root/json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2018-08-09 10:50:45 -0400
committerEric S. Raymond <esr@thyrsus.com>2018-08-09 11:06:54 -0400
commit2ed105d6ff670b74ee43afff97cd4a9cf5eeeae1 (patch)
tree5f694ca20e1a522dabd07c17c80c53ba88596fae /json.h
parent1a95834c2abb8aff5bead72f5a19a3da02be176a (diff)
downloadgpsd-2ed105d6ff670b74ee43afff97cd4a9cf5eeeae1.tar.gz
Reconverge with microjson version..
Diffstat (limited to 'json.h')
-rw-r--r--json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/json.h b/json.h
index 0d85b398..c2bfc62b 100644
--- a/json.h
+++ b/json.h
@@ -125,6 +125,7 @@ void json_enable_debug(int, FILE *);
#define JSON_ERR_MISC 20 /* other data conversion error */
#define JSON_ERR_BADNUM 21 /* error while parsing a numerical argument */
#define JSON_ERR_NULLPTR 22 /* unexpected null value or attribute pointer */
+#define JSON_ERR_NOCURLY 23 /* object element specified, but no { */
/*
* Use the following macros to declare template initializers for structobject