From 198a158f99bb44be9ac17615a61542b41836e63e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 18 May 2011 20:57:23 +0000 Subject: [PATCH] Fix clang warning (why is there nowhere yyparse() is declared?). Approved by: philip (mentor) --- crypto/heimdal/lib/sl/slc-gram.y | 1 + 1 file changed, 1 insertion(+) 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 {