aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-01-01 16:58:38 +0000
committerGinger Bill <bill@gingerbill.org>2017-01-01 16:58:38 +0000
commit311b5cb6e211aa49d8dc0e081173204d7271964f (patch)
tree34e46ebf224736b737f72b2873d5afcaab8d5f17 /src/tokenizer.c
parent6fef74317cdd0e403fb913ebe965dc08b3dfb22d (diff)
Add enum type info and fix enum casting
Diffstat (limited to 'src/tokenizer.c')
-rw-r--r--src/tokenizer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tokenizer.c b/src/tokenizer.c
index a35ed070e..c80f7bf2a 100644
--- a/src/tokenizer.c
+++ b/src/tokenizer.c
@@ -85,7 +85,6 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \
TOKEN_KIND(Token_type, "type"), \
TOKEN_KIND(Token_proc, "proc"), \
TOKEN_KIND(Token_var, "var"), \
- TOKEN_KIND(Token_let, "let"), \
TOKEN_KIND(Token_const, "const"), \
TOKEN_KIND(Token_import, "import"), \
TOKEN_KIND(Token_include, "include"), \