diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-22 16:33:10 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-22 16:33:10 +0000 |
| commit | 5e2a209a27a8b25d6fc3f36267af4b20eb92ad16 (patch) | |
| tree | 4d20581e8625e859c371cf627f8558e129ea0d06 /usr.bin/ar | |
| parent | 5bfe3851cf7b0ec48f8ea928f113be6f079b521e (diff) | |
Notes
Diffstat (limited to 'usr.bin/ar')
| -rw-r--r-- | usr.bin/ar/acpyacc.y | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ar/acpyacc.y b/usr.bin/ar/acpyacc.y index 99a23c755c33..5d15e8db5691 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); |
