pspdev / psp-ports

A collection of open source software ported to the PSP.
100 stars 37 forks source link

Fixed libbulletml compiling issues on Cygwin. #23

Closed FTPiano closed 9 years ago

FTPiano commented 9 years ago

Removed calc.cpp since it will always be generated from calc.yy during compilation.

It seems that a newer release of GNU bison (3.0.4 for Cygwin in my case) will generate code that calls yyerror() with a "char const" type, which will not compile if the function was declared as "int yyerror(char)".