]> git.saurik.com Git - bison.git/commitdiff
Fix missing bracket.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Oct 2006 19:13:48 +0000 (19:13 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Oct 2006 19:13:48 +0000 (19:13 +0000)
data/push.c

index b347c16f0d4f1303cd691f458f14f8b6fb2274f9..9f6fcbd801ca4554163021783af392fb04f60866 100644 (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;])[
     }