get the prototype right for yyparse, it returns an int

This commit is contained in:
Love Hornquist Astrand
2013-06-17 09:29:54 -07:00
parent 00a46a334c
commit 92c6891c36

View File

@@ -45,7 +45,7 @@
int numerror;
extern FILE *yyin;
extern void yyparse(void);
int yyparse(void);
long base_id;
int number;