]> git.saurik.com Git - bison.git/blobdiff - data/yacc.c
java: add push-parser support
[bison.git] / data / yacc.c
index 74fadd1d725b02596e7d9c4a2b6e7fd73f7722a4..ab8a1f7f187bf47817fc753dc29195412ce57b09 100644 (file)
@@ -199,7 +199,7 @@ static YYLTYPE yyloc_default][]b4_yyloc_default[;]])])[
 #endif
 
 /* The semantic value of the lookahead symbol.  */
-YYSTYPE yylval YY_INITIAL_VALUE(yyval_default);]b4_locations_if([[
+YYSTYPE yylval YY_INITIAL_VALUE (yyval_default);]b4_locations_if([[
 
 /* Location data for the lookahead symbol.  */
 YYLTYPE yylloc]b4_pure_if([ = yyloc_default], [b4_yyloc_default])[;