aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-12-04 16:14:11 +0000
committergingerBill <bill@gingerbill.org>2020-12-04 16:14:11 +0000
commit2a232f239786a01b613117396e025a050d498cac (patch)
tree8d3c87132875b6a72ddf09018feebed23dcca57d /src/tokenizer.cpp
parentc4cb7170ee14c6ebcf0d63efe73510aecb4c69d9 (diff)
Remove the (reserved) keyword `macro`
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp1
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, "")