aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal
diff options
context:
space:
mode:
authorBen Laurie <benl@FreeBSD.org>2011-05-18 20:57:23 +0000
committerBen Laurie <benl@FreeBSD.org>2011-05-18 20:57:23 +0000
commit198a158f99bb44be9ac17615a61542b41836e63e (patch)
tree76eb8e911164f9ef85ea33f88e6a501333ac9bc7 /crypto/heimdal
parent9bde021a87c14ad5f680d8427e0f124325091f42 (diff)
downloadsrc-198a158f99bb44be9ac17615a61542b41836e63e.tar.gz
src-198a158f99bb44be9ac17615a61542b41836e63e.zip
Fix clang warning (why is there nowhere yyparse() is declared?).
Approved by: philip (mentor)
Notes
Notes: svn path=/head/; revision=222081
Diffstat (limited to 'crypto/heimdal')
-rw-r--r--crypto/heimdal/lib/sl/slc-gram.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/heimdal/lib/sl/slc-gram.y b/crypto/heimdal/lib/sl/slc-gram.y
index 7d9fadcb55bd..d58edfbf2867 100644
--- a/crypto/heimdal/lib/sl/slc-gram.y
+++ b/crypto/heimdal/lib/sl/slc-gram.y
@@ -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 {