help-bison
[Top][All Lists]
Advanced

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

Re: bug in YYPARSE_PARAM? suggested workaround?


From: Evan Lavelle
Subject: Re: bug in YYPARSE_PARAM? suggested workaround?
Date: Fri, 27 Apr 2007 10:13:58 +0100
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Devin Landes wrote:

I was thinking about defining YYPARSE_PARAM or maybe looking into
getting the Microsoft compiler to define __STDC__. Any suggestions on a
Good workaround? Apparently bison 2.3 solves this problem but GnuWin32
doesn't support 2.3 yet. Any thoughts are appreciated.

What compiler are you using? __STDC__ is required by the ANSI spec, so presumably you've got a broken compiler or have turned off ansi compatibility.

I'd fix the compiler, but you could also try an earlier version of bison. I'm running 1.875c (which ships with RHEL4), which doesn't have this problem.

Evan




reply via email to

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