Remove type as being a keyword

This commit is contained in:
gingerBill
2018-10-13 14:04:34 +01:00
parent 42b42db675
commit 2d4aa2be6d
2 changed files with 12 additions and 35 deletions

View File

@@ -85,7 +85,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \
TOKEN_KIND(Token_export, "export"), \
TOKEN_KIND(Token_foreign, "foreign"), \
TOKEN_KIND(Token_package, "package"), \
TOKEN_KIND(Token_type, "type"), \
TOKEN_KIND(Token_typeid, "typeid"), \
TOKEN_KIND(Token_when, "when"), \
TOKEN_KIND(Token_if, "if"), \