From 2a26b6c28bf3d924e2e66ee1ab66768579c1e5d7 Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Mon, 29 May 2006 03:39:12 +0000 Subject: [PATCH] * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output. --- ChangeLog | 4 ++++ src/getargs.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 85646aec..f95ad56c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-29 Joel E. Denny + + * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output. + 2006-05-26 Paul Eggert * data/yacc.c (yy_reduce_print): Omit trailing white space in diff --git a/src/getargs.c b/src/getargs.c index 13b0d321..ec7ddf17 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -198,7 +198,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 parsers for LALR(1) or GLR grammars.\n"), stdout); putc ('\n', stdout); fprintf (stdout, _("\ -- 2.47.2