On Thu, 8 Mar 2007, Mindaugas wrote:
> Function declaration is invalid, because of extra ";":
> --------------------------------
> int
> yyparse ()
> ;
> {
> --------------------------------Thanks for the report. This is fixed as of 2.2.
On Thu, 8 Mar 2007, Mindaugas wrote:
> Function declaration is invalid, because of extra ";":
> --------------------------------
> int
> yyparse ()
> ;
> {
> --------------------------------Thanks for the report. This is fixed as of 2.2.