mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* src/derives.c, src/print.c, src/reduce.c: To ease the
translation, move some `n' out of the translated strings.
This commit is contained in:
@@ -40,7 +40,9 @@ print_derives (void)
|
||||
int i;
|
||||
short *sp;
|
||||
|
||||
printf (_("\n\n\nDERIVES\n\n"));
|
||||
fputs ("\n\n\n", stdout);
|
||||
printf (_("DERIVES"));
|
||||
fputs ("\n\n", stdout);
|
||||
|
||||
for (i = ntokens; i < nsyms; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user