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