aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-04-04 21:54:55 +0100
committerGinger Bill <bill@gingerbill.org>2017-04-04 21:54:55 +0100
commit3e80411d374d3dd7fc90e22d4f900144cfb6ef3a (patch)
tree7835e4d35f363e5d15b77fffadd38c818826ed15 /src/tokenizer.c
parent382a5ca6a27ea0f6dde4c0783d55f5dca8ac2575 (diff)
Fix issue #31; Removed `down_cast`
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 2ef1a7add..b800a1273 100644
--- a/src/tokenizer.c
+++ b/src/tokenizer.c
@@ -108,7 +108,6 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \
TOKEN_KIND(Token_immutable, "immutable"), \
TOKEN_KIND(Token_cast, "cast"), \
TOKEN_KIND(Token_transmute, "transmute"), \
- TOKEN_KIND(Token_down_cast, "down_cast"), \
TOKEN_KIND(Token_union_cast, "union_cast"), \
TOKEN_KIND(Token_context, "context"), \
TOKEN_KIND(Token_push_context, "push_context"), \