bug-bison
[Top][All Lists]
Advanced

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

Re: Bison and embedded systems


From: Paul Eggert
Subject: Re: Bison and embedded systems
Date: Mon, 25 Apr 2005 10:53:46 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

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

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