Remove the unused T_WIDE_CHARACTER_CONSTANT.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 23 May 2012 18:33:49 +0000 (20:33 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 23 May 2012 18:34:04 +0000 (20:34 +0200)
tokens.inc

index 3bbfde0..37b2e84 100644 (file)
@@ -9,12 +9,11 @@
 #undef PUNCTUATOR
 #undef ALTERNATE
 
-TS(IDENTIFIER,              "identifier",)
-TS(INTEGER,                 "integer number",)
-TS(FLOATINGPOINT,           "floatingpoint number",)
-TS(CHARACTER_CONSTANT,      "character constant",)
-TS(WIDE_CHARACTER_CONSTANT, "wide character constant",)
-TS(STRING_LITERAL,          "string literal",)
+TS(IDENTIFIER,         "identifier",)
+TS(INTEGER,            "integer number",)
+TS(FLOATINGPOINT,      "floatingpoint number",)
+TS(CHARACTER_CONSTANT, "character constant",)
+TS(STRING_LITERAL,     "string literal",)
 
 #define S(mode,x)   T(mode,x,#x,)
 S(_ALL, auto)