diff options
| author | gingerBill <bill@gingerbill.org> | 2020-12-04 16:04:58 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-12-04 16:04:58 +0000 |
| commit | b6bbe29c8f8f9223272f69346e729df4910734f4 (patch) | |
| tree | 526836e41186275304000c4d264281f84500cbbc /src/tokenizer.cpp | |
| parent | 5d0db4c63a9c3878ab588b3b6f5b0d1c7a2d2dca (diff) | |
Remove `const` as a (reserved) 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 d89ec43b5..afa6e793a 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -119,7 +119,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \ TOKEN_KIND(Token_context, "context"), \ TOKEN_KIND(Token_asm, "asm"), \ TOKEN_KIND(Token_macro, "macro"), \ - TOKEN_KIND(Token_const, "const"), \ TOKEN_KIND(Token__KeywordEnd, ""), \ TOKEN_KIND(Token_Count, "") |