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:
Alyssa Ross
2021-06-14 21:54:40 +00:00
committed by Akim Demaille
parent 9b6065303b
commit 410d37b994

View File

@@ -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);