bug-bison
[Top][All Lists]
Advanced

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

Re: cp/parse.y:2120: invalid value: $3


From: Jakub Jelinek
Subject: Re: cp/parse.y:2120: invalid value: $3
Date: Mon, 29 Apr 2002 18:16:40 -0400
User-agent: Mutt/1.2.5.1i

On Mon, Apr 29, 2002 at 03:08:46PM -0700, Paul Eggert wrote:
> so that (*) stores the desired value on the stack.  This will put the
> desired value into yyval so that (**) makes the stack "look right".
> Here's how to do this:
> 
> 2002-04-29  Paul Eggert  <address@hidden>
> 
>       * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$,
>       to fix a typo uncovered by CVS Bison.  Let's buy Akim Demaille
>       a beer!

I think it is still better to avoid this dirty hack altogether:
http://gcc.gnu.org/ml/gcc-bugs/2002-04/msg01335.html

        Jakub



reply via email to

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