From: Christoph Mallon Date: Sun, 13 May 2012 11:18:25 +0000 (+0200) Subject: Remove the unused TP_PUNCTUATOR. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=fb74ba9603bbd5cd7c30897102d29a7f67829624;p=cparser Remove the unused TP_PUNCTUATOR. --- 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)