mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 23:33:03 +00:00
Insert `_' macro around many string constants.
This commit is contained in:
@@ -99,11 +99,11 @@ print_derives()
|
||||
|
||||
extern char **tags;
|
||||
|
||||
printf("\n\n\nDERIVES\n\n");
|
||||
printf(_("\n\n\nDERIVES\n\n"));
|
||||
|
||||
for (i = ntokens; i < nsyms; i++)
|
||||
{
|
||||
printf("%s derives", tags[i]);
|
||||
printf(_("%s derives"), tags[i]);
|
||||
for (sp = derives[i]; *sp > 0; sp++)
|
||||
{
|
||||
printf(" %d", *sp);
|
||||
|
||||
Reference in New Issue
Block a user