summaryrefslogtreecommitdiff
path: root/lex.h
diff options
context:
space:
mode:
authorWormHeamer2025-08-02 03:54:21 -0400
committerWormHeamer2025-08-02 03:54:21 -0400
commitdbfb6ab16c6ff83291b9401a0432d814f9c6fda0 (patch)
tree0ce6272b4b4749f7b94e74fd08950ba9bbb250e4 /lex.h
parent70e5f31e4d5fa050447bb81b64f9573d421187e0 (diff)
bunch of stuff to make error messages look more like gcc lol
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;