With Bison (or yacc) how do i solve the error
multiple definition of `yyerror'
I tried %option noyywrap nodefault yylineno
and writing the prototype at the top. No luck.
-edit-
nevermind. when i copied paste an example to work with i didnt realize i had a yyerror function already.