]> git.saurik.com Git - bison.git/commitdiff
* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 29 May 2006 03:39:12 +0000 (03:39 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 29 May 2006 03:39:12 +0000 (03:39 +0000)
ChangeLog
src/getargs.c

index 85646aecfe5f5604402697b7175c6fe861e82a0b..f95ad56c7005fdbe0ff35d53adbd036534c7ad92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 13b0d3215c072584fb3b3197b35a4fb72cdc64eb..ec7ddf17e93af2d8146861ced2c95fb2d7ed8ae4 100644 (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, _("\