From e92bffe7a4abdf9f39a3f336034eb8a96ac58411 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 15 Sep 2013 16:22:41 -0700 Subject: [PATCH] toke.c:postderef: rmv obsolete comment --- toke.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/toke.c b/toke.c index 1267da29fe29..aa88922962db 100644 --- a/toke.c +++ b/toke.c @@ -2164,9 +2164,6 @@ S_force_next(pTHX_ I32 type) * been emitted. @* $* etc. are emitted as two separate token right here. * @[ @{ %[ %{ *{ are emitted also as two tokens, but this function emits * only the first, leaving yylex to find the next. - * %[ and %{ are currently unrecognized by the parser, causing syntax - * errors. If/when they are added to the parser, no change will be neces- - * sary here. */ static int