diff --git a/data/skeletons/lalr1.java b/data/skeletons/lalr1.java index 7a44fd87..66e78689 100644 --- a/data/skeletons/lalr1.java +++ b/data/skeletons/lalr1.java @@ -1024,10 +1024,10 @@ b4_dollar_popdef[]dnl } yyerror(]b4_locations_if([[yyctx.yylocation, ]])[new MessageFormat(yyformat).format(yystr)); } else { - yyerror(]b4_locations_if([[yyctx.yylocation, ]])["syntax error"); + yyerror(]b4_locations_if([[yyctx.yylocation, ]])[]b4_trans(["syntax error"])[); }]], [simple], [[ - yyerror(]b4_locations_if([[yyctx.yylocation, ]])["syntax error");]])[ + yyerror(]b4_locations_if([[yyctx.yylocation, ]])[]b4_trans(["syntax error"])[);]])[ } /**