Unbreak building WITH_ICONV=yes and new yacc.

This commit is contained in:
Tim Kientzle 2012-07-07 04:14:28 +00:00
parent 662d34aff2
commit fc4dff81bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238185

View File

@ -30,7 +30,6 @@
extern int line_number;
extern int yyerror(const char *);
extern int yylex(void);
extern int yyparse(void);
struct named_csid {
STAILQ_ENTRY(named_csid) ci_entry;