Add the C++ :: token.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 12:17:13 +0000 (12:17 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 12:17:13 +0000 (12:17 +0000)
[r23226]

tokens_punctuator.inc

index a407300..4646357 100644 (file)
@@ -64,4 +64,5 @@ PUNCTUATOR(CARETEQUAL,               "^=",)
 ALTERNATE(xor_eq,                          = T_CARETEQUAL)
 PUNCTUATOR(PIPEEQUAL,                "|=",)
 ALTERNATE(or_eq,                           = T_PIPEEQUAL)
+PUNCTUATOR(COLONCOLON,               "::",)
 PUNCTUATOR(HASHHASH,                 "##",)