Fix clang warning (why is there nowhere yyparse() is declared?).
Approved by: philip (mentor)
This commit is contained in:
parent
9bde021a87
commit
198a158f99
@ -49,6 +49,7 @@ RCSID("$Id: slc-gram.y 20767 2007-06-01 11:24:52Z lha $");
|
||||
#include "slc.h"
|
||||
extern FILE *yyin;
|
||||
extern struct assignment *assignment;
|
||||
extern int yyparse(void);
|
||||
%}
|
||||
|
||||
%union {
|
||||
|
Loading…
Reference in New Issue
Block a user