summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/acpyacc.y
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-05-22 16:33:10 +0000
committerbapt <bapt@FreeBSD.org>2012-05-22 16:33:10 +0000
commit310ab6d7ff9b6ca4c8c1159bdd4eafd63aaf34ba (patch)
tree4d20581e8625e859c371cf627f8558e129ea0d06 /usr.bin/ar/acpyacc.y
parent3d5972e5d0c6e26393fc904ac9b0ae554e750b1f (diff)
downloadFreeBSD-src-310ab6d7ff9b6ca4c8c1159bdd4eafd63aaf34ba.zip
FreeBSD-src-310ab6d7ff9b6ca4c8c1159bdd4eafd63aaf34ba.tar.gz
Fix world after byacc import:
- old yacc(1) use to magicially append stdlib.h, while new one don't - new yacc(1) do declare yyparse by itself, fix redundant declaration of 'yyparse' Approved by: des (mentor)
Diffstat (limited to 'usr.bin/ar/acpyacc.y')
-rw-r--r--usr.bin/ar/acpyacc.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y
index 99a23c7..5d15e8d 100644
--- a/usr.bin/ar/acpyacc.y
+++ b/usr.bin/ar/acpyacc.y
@@ -54,7 +54,6 @@ struct list {
extern int yylex(void);
-extern int yyparse(void);
static void yyerror(const char *);
static void arscp_addlib(char *archive, struct list *list);
OpenPOWER on IntegriCloud