bison-patches
[Top][All Lists]
Advanced

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

Re: <reductions>


From: Joel E. Denny
Subject: Re: <reductions>
Date: Fri, 9 Nov 2007 22:42:41 -0500 (EST)

On Fri, 2 Nov 2007, Joel E. Denny wrote:

> On Sun, 28 Oct 2007, Joel E. Denny wrote:
> 
> > > >   static void
> > > >   reduce_print (void)
> > > >   {
> > > >     if (yacc_flag && nuseless_productions)
> > > >       fprintf (stderr, ngettext ("%d rule never reduced\n",
> > > >                                  "%d rules never reduced\n",
> > > >                                  nuseless_productions),
> > > >                nuseless_productions);

> The following uncommitted patch implements the wording we discussed 
> earlier in this thread: "useless in grammar" and "useless in parser", and 
> it removes the above code, which seems erroneous.  It updates the XML to 
> match the new wording, but it doesn't restructure the XML as we discussed 
> even earlier in this thread.  We can do that later.
> 
> Any objections to this patch?

I committed it.




reply via email to

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