bug-bison
[Top][All Lists]
Advanced

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

Re: Bug bison 1.29c


From: Akim Demaille
Subject: Re: Bug bison 1.29c
Date: 10 Oct 2001 17:06:56 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

| @@ -416,7 +420,7 @@
|        yystacksize *= 2;
|        if (yystacksize > YYMAXDEPTH)
|       yystacksize = YYMAXDEPTH;
| -# ifndef YYSTACK_USE_ALLOCA
| +# if YYSTACK_USE_ALLOCA
|        yyfree_stacks = 1;
|  # endif

Sorry, read `#if ! YYSTACK_USE_ALLOCA'.



reply via email to

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