On Tue, 30 May 2006, Joel E. Denny wrote:

> On Sun, 28 May 2006, Joel E. Denny wrote:
> 
> > 2006-05-29  Joel E. Denny  <[EMAIL PROTECTED]>
> > 
> >     * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
> 
> I backed this out by installing the following.

I've now installed Akim's version of this.

Joel

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

        * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
        Use Akim's wording from
        <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.

Index: src/getargs.c
===================================================================
RCS file: /sources/bison/bison/src/getargs.c,v
retrieving revision 1.71
diff -p -u -r1.71 getargs.c
--- src/getargs.c       6 Jun 2006 05:23:44 -0000       1.71
+++ src/getargs.c       6 Jun 2006 05:57:47 -0000
@@ -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, _("\


Reply via email to