At 11:29 +0200 2005/04/25, Julian Gryffin wrote:
>Bison is using dynamic memory in the C-file it built. Is there a
>possibility to prevent it using dynamic memory?

If by "dynamic memory" you mean "malloc or alloca", then yes, it's
easy:

#define YYSTACK_ALLOC(size) 0


Reply via email to