diff options
| author | gingerBill <bill@gingerbill.org> | 2018-10-13 14:04:34 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-10-13 14:04:34 +0100 |
| commit | 2d4aa2be6d6f8f335c4239b9c2867729135e373f (patch) | |
| tree | 754f40f70fda6903caa36cd440ae909e7f823423 /src/tokenizer.cpp | |
| parent | 42b42db67544f6037cfb3aac2d486161bc0e2147 (diff) | |
Remove `type` as being a keyword
Diffstat (limited to 'src/tokenizer.cpp')
| -rw-r--r-- | src/tokenizer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp index b58321a96..3ec491fa7 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -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"), \ |