aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkesdb
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2012-07-07 04:14:28 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2012-07-07 04:14:28 +0000
commitfc4dff81bba5b2cccce382d2765f6d4b42db4397 (patch)
treee977d4b6cd4dbb1d2eed49f1b99d9f3994d62bd2 /usr.bin/mkesdb
parent662d34aff27a6fb9e11fce7d3f881a532ad0be64 (diff)
downloadsrc-fc4dff81bba5b2cccce382d2765f6d4b42db4397.tar.gz
src-fc4dff81bba5b2cccce382d2765f6d4b42db4397.zip
Unbreak building WITH_ICONV=yes and new yacc.
Notes
Notes: svn path=/head/; revision=238185
Diffstat (limited to 'usr.bin/mkesdb')
-rw-r--r--usr.bin/mkesdb/ldef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mkesdb/ldef.h b/usr.bin/mkesdb/ldef.h
index a14277cc5871..0c5e76a25b12 100644
--- a/usr.bin/mkesdb/ldef.h
+++ b/usr.bin/mkesdb/ldef.h
@@ -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;