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: Yuri van Oers
Subject: Re: bug in post-1.33 version?
Date: Mon, 22 Apr 2002 13:46:21 +0200 (CEST)

On 22 Apr 2002, Akim Demaille wrote:

> >>>>> "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?

Personally, I think this looks more like a quick-fix than a solution.
But read below.

> 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.

I looked up the workings of %union and tried it. It looks like that solved
the problem.

Thanks very much,
Yuri




reply via email to

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