I installed this.

2006-05-29  Joel E. Denny  <[EMAIL PROTECTED]>

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

Index: src/getargs.c
===================================================================
RCS file: /sources/bison/bison/src/getargs.c,v
retrieving revision 1.68
diff -p -u -r1.68 getargs.c
--- src/getargs.c       14 May 2006 20:40:34 -0000      1.68
+++ src/getargs.c       29 May 2006 03:32:56 -0000
@@ -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, _("\


Reply via email to