aboutsummaryrefslogtreecommitdiffstats
path: root/json-lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'json-lexer.c')
-rw-r--r--json-lexer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/json-lexer.c b/json-lexer.c
index 9d64920..e9a61db 100644
--- a/json-lexer.c
+++ b/json-lexer.c
@@ -27,6 +27,8 @@
*
*/
+#undef ERROR
+
enum json_lexer_state {
ERROR = 0,
IN_DONE_STRING,