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


_______________________________________________
[email protected] http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to