mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
getargs: don't translate first line of --version
<https://lists.gnu.org/r/bison-patches/2021-06/msg00002.html> * src/getargs.c (version): here.
This commit is contained in:
committed by
Akim Demaille
parent
9b6065303b
commit
410d37b994
@@ -478,7 +478,7 @@ version (void)
|
||||
{
|
||||
/* Some efforts were made to ease the translators' task, please
|
||||
continue. */
|
||||
printf (_("bison (GNU Bison) %s"), VERSION);
|
||||
printf ("bison (GNU Bison) %s", VERSION);
|
||||
putc ('\n', stdout);
|
||||
fputs (_("Written by Robert Corbett and Richard Stallman.\n"), stdout);
|
||||
putc ('\n', stdout);
|
||||
|
||||
Reference in New Issue
Block a user