Include <stdlib.h> for exit() and add a prototype for yyparse().
Approved by: das (mentor)
This commit is contained in:
parent
169bb92b15
commit
83d9c0067b
@ -38,6 +38,10 @@ __FBSDID("$FreeBSD$");
|
||||
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/4/93";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
int yyparse(void);
|
||||
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user