get the prototype right for yyparse, it returns an int
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
int numerror;
|
||||
extern FILE *yyin;
|
||||
|
||||
extern void yyparse(void);
|
||||
int yyparse(void);
|
||||
|
||||
long base_id;
|
||||
int number;
|
||||
|
Reference in New Issue
Block a user