diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-04-30 16:22:24 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-04-30 16:22:24 +0100 |
| commit | 1430ca30a3a0677fb395d2c5c190e86f02ed2b06 (patch) | |
| tree | 6dcd158f5c66a356edb1fac6922668b8da1f49b6 /src/tokenizer.c | |
| parent | e63393e3941f43aca0976367d36f22207758e4a1 (diff) | |
Fix subtype polymorphism implicit conversion
Diffstat (limited to 'src/tokenizer.c')
| -rw-r--r-- | src/tokenizer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tokenizer.c b/src/tokenizer.c index 56186f914..9dcade195 100644 --- a/src/tokenizer.c +++ b/src/tokenizer.c @@ -107,9 +107,6 @@ TOKEN_KIND(Token__KeywordBegin, "_KeywordBegin"), \ TOKEN_KIND(Token_using, "using"), \ TOKEN_KIND(Token_no_alias, "no_alias"), \ TOKEN_KIND(Token_immutable, "immutable"), \ - /* TOKEN_KIND(Token_cast, "cast"), */ \ - /* TOKEN_KIND(Token_transmute, "transmute"), */ \ - /* TOKEN_KIND(Token_union_cast, "union_cast"), */ \ TOKEN_KIND(Token_context, "context"), \ TOKEN_KIND(Token_push_context, "push_context"), \ TOKEN_KIND(Token_push_allocator, "push_allocator"), \ |