bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: --help mentions GLR


From: Joel E. Denny
Subject: Re: FYI: --help mentions GLR
Date: Tue, 30 May 2006 12:11:32 -0400 (EDT)

On Sun, 28 May 2006, Joel E. Denny wrote:

> I installed this.
> 
> 2006-05-29  Joel E. Denny  <address@hidden>
> 
>       * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.

I backed this out by installing the following.

Joel

2006-05-30  Joel E. Denny  <address@hidden>

        * src/getargs.c (usage): Back out yesterday's modification of the
        --help output so that we don't have to wait for translation before
        releasing 2.3.

Index: src/getargs.c
===================================================================
RCS file: /sources/bison/bison/src/getargs.c,v
retrieving revision 1.69
diff -p -u -r1.69 getargs.c
--- src/getargs.c       29 May 2006 03:39:12 -0000      1.69
+++ src/getargs.c       30 May 2006 16:07:59 -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) or GLR grammars.\n"), stdout);
+GNU bison generates parsers for LALR(1) grammars.\n"), stdout);
       putc ('\n', stdout);
 
       fprintf (stdout, _("\






reply via email to

[Prev in Thread] Current Thread [Next in Thread]