Fix missing bracket.

This commit is contained in:
Paul Eggert
2006-10-11 19:13:48 +00:00
parent 96a1981a77
commit f317f99734

View File

@@ -1391,7 +1391,7 @@ yybackup:
pv->yyval = yyval;
]b4_locations_if([pv->yyloc = yyloc;])[
goto yypushreturn;
gottoken:])
gottoken:])[
YYDPRINTF ((stderr, "Reading a token: "));
]b4_push_if([], [yychar = YYLEX;])[
}