bug-bison
[Top][All Lists]
Advanced

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

Re: huge input files, stack size exceeded??


From: Paul Eggert
Subject: Re: huge input files, stack size exceeded??
Date: 07 Oct 2003 10:27:27 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Joerg Hoffmann <address@hidden> writes:

> Is there a way to make Bison NOT generate this definition block?

No, but you can put this in your .y file near the start:

#define YYSTACK_USE_ALLOCA 0

That should disable the use of 'alloca' entirely.




reply via email to

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