svn commit: r244108 - stable/9/bin/expr

Kevin Lo kevlo at FreeBSD.org
Tue Dec 11 02:40:02 UTC 2012


Author: kevlo
Date: Tue Dec 11 02:40:01 2012
New Revision: 244108
URL: http://svnweb.freebsd.org/changeset/base/244108

Log:
  MFC r235771:
  
  Remove redundant declaration of yyparse.
  
  Reported by:	tinderbox

Modified:
  stable/9/bin/expr/expr.y
Directory Properties:
  stable/9/bin/expr/   (props changed)

Modified: stable/9/bin/expr/expr.y
==============================================================================
--- stable/9/bin/expr/expr.y	Tue Dec 11 01:49:57 2012	(r244107)
+++ stable/9/bin/expr/expr.y	Tue Dec 11 02:40:01 2012	(r244108)
@@ -74,7 +74,6 @@ int		to_integer(struct val *);
 void		to_string(struct val *);
 int		yyerror(const char *);
 int		yylex(void);
-int		yyparse(void);
 
 %}
 


More information about the svn-src-stable mailing list