mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +00:00
Insert `_' macro around many string constants.
This commit is contained in:
@@ -288,7 +288,7 @@ set_goto_map()
|
||||
if (ISTOKEN(symbol)) break;
|
||||
|
||||
if (ngotos == MAXSHORT)
|
||||
toomany("gotos");
|
||||
toomany(_("gotos"));
|
||||
|
||||
ngotos++;
|
||||
goto_map[symbol]++;
|
||||
|
||||
Reference in New Issue
Block a user