From fb74ba9603bbd5cd7c30897102d29a7f67829624 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 13 May 2012 13:18:25 +0200 Subject: [PATCH] Remove the unused TP_PUNCTUATOR. --- tokens_preprocessor.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/tokens_preprocessor.inc b/tokens_preprocessor.inc index e10b76f..6fb4344 100644 --- a/tokens_preprocessor.inc +++ b/tokens_preprocessor.inc @@ -7,7 +7,6 @@ TS(NUMBER, "number",) TS(CHARACTER_CONSTANT, "character constant",) TS(STRING_LITERAL, "string literal",) TS(HEADERNAME, "headername",) -TS(PUNCTUATOR, "punctuator",) #define ALTERNATE(name, val) T(_CXX, name, #name, val) #define PUNCTUATOR(name, string, val) T(_ALL, name, string, val) -- 2.20.1