summaryrefslogtreecommitdiff
path: root/uscript/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'uscript/lex.h')
-rw-r--r--uscript/lex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/uscript/lex.h b/uscript/lex.h
index 58ea353..e81981c 100644
--- a/uscript/lex.h
+++ b/uscript/lex.h
@@ -28,6 +28,7 @@
_(MINUS_EQL) \
_(MOD_EQL) \
_(MULT_EQL) \
+ _(NADA) \
_(NEQL) \
_(NEXT) \
_(NOT) \
@@ -36,8 +37,7 @@
_(PLUS_EQL) \
_(RET) \
_(STR) \
- _(TRUE) \
- _(ZILCH)
+ _(TRUE)
// single-character tokens are represented by their ASCII value, but other types
// of tokens are represented by a token_kind enum value.