|
From: | Paul Eggert |
Subject: | Re: [bug-gnulib] Re: getdate don't need alloca |
Date: | Mon, 20 Dec 2004 11:53:38 -0800 |
User-agent: | Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
Stepan Kasal <address@hidden> writes: > +# define YYSTACK_USE_ALLOCA 1 This contradicts the Bison manual, which says: - Macro: YYSTACK_USE_ALLOCA Macro used to control the use of `alloca'. If defined to `0', the parser will not use `alloca' but `malloc' when trying to grow its internal stacks. Do _not_ define `YYSTACK_USE_ALLOCA' to anything else.
[Prev in Thread] | Current Thread | [Next in Thread] |