help-bison
[Top][All Lists]
Advanced

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

Re: Parser stack overflow


From: Mhaxx
Subject: Re: Parser stack overflow
Date: Mon, 17 Mar 2003 22:18:11 +0100

I've found this:

/*  YYMAXDEPTH is the maximum size the stacks can grow to
    (effective only if the built-in stack extension method is used).  */

#if YYMAXDEPTH == 0
#undef YYMAXDEPTH
#endif

What does it mean "effective only if the built-in stack extension method is
used"? Maybe I have to write a method for the stack extension...

Mhaxx





reply via email to

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