bug-bison
[Top][All Lists]
Advanced

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

Re: Bison 1.30f


From: Akim Demaille
Subject: Re: Bison 1.30f
Date: 13 Dec 2001 13:00:52 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service)

>>>>> "Hans" == Hans Aberg <address@hidden> writes:

Hans> Here some advice with respect to foreign four-letter words:
Hans> Don't use them, because you do not know how they will be
Hans> perceived. The British even get upset when one is saying "math".

Foruntately I was not rude enough to have written math without an `s' :)

Hans> Besides it is faster to ask here:

Hans> Are you saying that Bison already doubles?

Nope, the fastest is MATH^H^H^H^HRTFC.

      /* Extend the stack our own way.  */
      if (yystacksize >= YYMAXDEPTH)
        goto yyoverflowlab;
      yystacksize *= 2;
      if (yystacksize > YYMAXDEPTH)
        yystacksize = YYMAXDEPTH;



reply via email to

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