Hello Joel and List,

On Wed, 2008-10-01 at 03:39 -0400, Joel E. Denny wrote:

> In parser.y, try removing:
> 
>   #include "parser.h"
> 
> parser.c should already contain the contents of parser.h.

I took your advice and it works.

> When Bison generates parser.h, it generates a cpp guard to protect against 
> redefinitions of YYSTYPE.  Solaris Yacc apparently does not.
> 

Thanks for clear explenation. 

-Umut



_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to