From 2a232f239786a01b613117396e025a050d498cac Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 4 Dec 2020 16:14:11 +0000 Subject: [PATCH] Remove the (reserved) keyword `macro` --- src/tokenizer.cpp | 1 - 1 file changed, 1 deletion(-) 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, "")