mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
java: add missing i18n requests
* data/skeletons/lalr1.java (reportSyntaxError): Here.
This commit is contained in:
@@ -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"])[);]])[
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user