Fix clang warning (why is there nowhere yyparse() is declared?).

Approved by:	philip (mentor)
This commit is contained in:
Ben Laurie 2011-05-18 20:57:23 +00:00
parent 9bde021a87
commit 198a158f99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222081

View File

@ -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 {