summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lex.h')
-rw-r--r--lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.h b/lex.h
index 9c38208..66de6d5 100644
--- a/lex.h
+++ b/lex.h
@@ -83,6 +83,7 @@ typedef struct {
} Lexer;
typedef enum {
+ LE_NONE,
LE_WARN,
LE_ERROR
} LexErr;