On Tuesday 13 May 2008 10:46:05 Hans Aberg wrote:
> On 8 May 2008, at 16:46, Frans Englich wrote:
> > I'm running into "memory exhausted"...
> >
> > How should I approach this problem?
>
> The C stack can be both static (or user defined) and dynamic. This is
> regulated by the parameter yyoverflow; if it is undefined, one gets
> the dynamic stack (or so is my impression from looking into yacc.c).
> Are you sure you have the dynamic stack?

yyoverflow is undefined. Even undefined it to be sure.

Tried to find documentation on yyoverflow, but it's at least not mentioned in 
the Bison manual.


Cheers,

                Frans


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to