From 8187396f640d2a56e0d56c7d199074b4590e49eb Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 22 Apr 2016 15:24:18 -0700 Subject: add syntax to allow symbols to have arbitrary strings as names --- src/parseh.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/parseh.cpp') diff --git a/src/parseh.cpp b/src/parseh.cpp index 9806f3cfb3..4ae426f1c7 100644 --- a/src/parseh.cpp +++ b/src/parseh.cpp @@ -11,7 +11,6 @@ #include "error.hpp" #include "parser.hpp" #include "all_types.hpp" -#include "tokenizer.hpp" #include "c_tokenizer.hpp" #include "analyze.hpp" @@ -1265,10 +1264,6 @@ static void render_macros(Context *c) { } static void process_macro(Context *c, CTokenize *ctok, Buf *name, const char *char_ptr) { - if (is_zig_keyword(name)) { - return; - } - tokenize_c_macro(ctok, (const uint8_t *)char_ptr); if (ctok->error) { -- cgit v1.2.3