summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-06-14 21:54:40 +0000
committerAkim Demaille <akim.demaille@gmail.com>2021-08-01 10:04:24 +0200
commit410d37b994dc0f50c23c13b9ed3b1322e37115ce (patch)
treeab4a2a34259b35a5f392057c38d95ec778d24207 /src
parent9b6065303b75d26a7eb53c2842e4c7e3b4f919a2 (diff)
downloadbison-410d37b994dc0f50c23c13b9ed3b1322e37115ce.tar.gz
getargs: don't translate first line of --version
<https://lists.gnu.org/r/bison-patches/2021-06/msg00002.html> * src/getargs.c (version): here.
Diffstat (limited to 'src')
-rw-r--r--src/getargs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getargs.c b/src/getargs.c
index 5984d826..697ad7eb 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -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);