From 437ee496916c34edb27f6aabe9e4d4f61471cd03 Mon Sep 17 00:00:00 2001 From: benl Date: Wed, 18 May 2011 20:57:23 +0000 Subject: 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(+) (limited to 'crypto') diff --git a/crypto/heimdal/lib/sl/slc-gram.y b/crypto/heimdal/lib/sl/slc-gram.y index 7d9fadc..d58edfb 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 { -- cgit v1.1