mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
Insert `_' macro around many string constants.
This commit is contained in:
@@ -1190,7 +1190,7 @@ int vector;
|
||||
{
|
||||
loc = j + from[k];
|
||||
if (loc > MAXTABLE)
|
||||
fatals("maximum table size (%s) exceeded", int_to_string(MAXTABLE));
|
||||
fatals(_("maximum table size (%s) exceeded"), int_to_string(MAXTABLE));
|
||||
|
||||
if (table[loc] != 0)
|
||||
ok = 0;
|
||||
|
||||
Reference in New Issue
Block a user