summaryrefslogtreecommitdiff
path: root/json-lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-lexer.h')
-rw-r--r--json-lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/json-lexer.h b/json-lexer.h
index 3b50c4634b..10bc0a7798 100644
--- a/json-lexer.h
+++ b/json-lexer.h
@@ -25,6 +25,7 @@ typedef enum json_token_type {
JSON_STRING,
JSON_ESCAPE,
JSON_SKIP,
+ JSON_ERROR,
} JSONTokenType;
typedef struct JSONLexer JSONLexer;