help-bison
[Top][All Lists]
Advanced

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

Re: bug in post-1.33 version?


From: Akim Demaille
Subject: Re: bug in post-1.33 version?
Date: 22 Apr 2002 12:33:14 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Yuri" == Yuri van Oers <address@hidden> writes:

Yuri> #define YYSTYPE char*

Yuri> I'm not using %union.

Arg.  This is the real problem.  I'm tempted to suggest that you
define a bigger initial stack size:

#define YYINITDEPTH 10000

But maybe Paul will suggest something else?


Would that be a problem to you to use %union?  Even if it's with a
single field, that would help Bison understand what's going on.

-- 
Ashamed.



reply via email to

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