diff options
| author | gingerBill <bill@gingerbill.org> | 2020-12-04 16:14:11 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-12-04 16:14:11 +0000 |
| commit | 2a232f239786a01b613117396e025a050d498cac (patch) | |
| tree | 8d3c87132875b6a72ddf09018feebed23dcca57d /src | |
| parent | c4cb7170ee14c6ebcf0d63efe73510aecb4c69d9 (diff) | |
Remove the (reserved) keyword `macro`
Diffstat (limited to 'src')
| -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 afa6e793a..99e0fbc81 100644 --- a/src/tokenizer.cpp +++ b/src/tokenizer.cpp @@ -118,7 +118,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \ TOKEN_KIND(Token_no_inline, "no_inline"), \ TOKEN_KIND(Token_context, "context"), \ TOKEN_KIND(Token_asm, "asm"), \ - TOKEN_KIND(Token_macro, "macro"), \ TOKEN_KIND(Token__KeywordEnd, ""), \ TOKEN_KIND(Token_Count, "") |