Author: benl
Date: Wed May 18 20:57:23 2011
New Revision: 222081
URL: http://svn.freebsd.org/changeset/base/222081

Log:
  Fix clang warning (why is there nowhere yyparse() is declared?).
  
  Approved by:  philip (mentor)

Modified:
  head/crypto/heimdal/lib/sl/slc-gram.y

Modified: head/crypto/heimdal/lib/sl/slc-gram.y
==============================================================================
--- head/crypto/heimdal/lib/sl/slc-gram.y       Wed May 18 20:52:52 2011        
(r222080)
+++ head/crypto/heimdal/lib/sl/slc-gram.y       Wed May 18 20:57:23 2011        
(r222081)
@@ -49,6 +49,7 @@ RCSID("$Id: slc-gram.y 20767 2007-06-01 
 #include "slc.h"
 extern FILE *yyin;
 extern struct assignment *assignment;
+extern int yyparse(void);
 %}
 
 %union {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to