From 184e42f06525f9076bfa76900dd40e7533a4c46b Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Tue, 6 Jun 2006 06:00:55 +0000 Subject: [PATCH] * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output. Use Akim's wording from . --- ChangeLog | 6 ++++++ src/getargs.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8329339..511d1799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ $Id$ +2006-06-06 Joel E. Denny + + * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output. + Use Akim's wording from + . + 2006-06-06 Joel E. Denny Between Bison releases, manually append `+' to the previous Bison diff --git a/src/getargs.c b/src/getargs.c index 3895d3fa..c1027d3b 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -199,7 +199,7 @@ usage (int status) /* Some efforts were made to ease the translators' task, please continue. */ fputs (_("\ -GNU bison generates parsers for LALR(1) grammars.\n"), stdout); +GNU bison generates LALR(1) and GLR parsers.\n"), stdout); putc ('\n', stdout); fprintf (stdout, _("\ -- 2.50.0