aboutsummaryrefslogtreecommitdiff
path: root/src/tokenizer.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-05-22 12:32:29 +0100
committergingerBill <bill@gingerbill.org>2020-05-22 12:32:29 +0100
commit86b613fb15843b040b6c41d982eb86aa1c93a346 (patch)
tree052cbd0c2ea3a7ce412047b88d33e6fd742bebfb /src/tokenizer.cpp
parentd09ac8943ac38b955e9a10d22e5c2f3fba8e7eaa (diff)
Remove the need for `type_of`, `size_of`, `align_of`, `offset_of` to be keywords
Diffstat (limited to 'src/tokenizer.cpp')
-rw-r--r--src/tokenizer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tokenizer.cpp b/src/tokenizer.cpp
index 5ac590b22..b4c1b01a1 100644
--- a/src/tokenizer.cpp
+++ b/src/tokenizer.cpp
@@ -117,10 +117,6 @@ TOKEN_KIND(Token__KeywordBegin, ""), \
TOKEN_KIND(Token_inline, "inline"), \
TOKEN_KIND(Token_no_inline, "no_inline"), \
TOKEN_KIND(Token_context, "context"), \
- TOKEN_KIND(Token_size_of, "size_of"), \
- TOKEN_KIND(Token_align_of, "align_of"), \
- TOKEN_KIND(Token_offset_of, "offset_of"), \
- TOKEN_KIND(Token_type_of, "type_of"), \
TOKEN_KIND(Token_macro, "macro"), \
TOKEN_KIND(Token_const, "const"), \
TOKEN_KIND(Token__KeywordEnd, ""), \