* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.

This commit is contained in:
Joel E. Denny
2006-05-29 03:39:12 +00:00
parent e4f0316ae0
commit 2a26b6c28b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
2006-05-26 Paul Eggert <eggert@cs.ucla.edu>
* data/yacc.c (yy_reduce_print): Omit trailing white space in

View File

@@ -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, _("\