From 410d37b994dc0f50c23c13b9ed3b1322e37115ce Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 14 Jun 2021 21:54:40 +0000 Subject: [PATCH] getargs: don't translate first line of --version * src/getargs.c (version): here. --- src/getargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);