Date: Tue, 22 May 2012 03:01:55 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r235771 - head/bin/expr Message-ID: <201205220301.q4M31tJn084097@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevlo Date: Tue May 22 03:01:54 2012 New Revision: 235771 URL: http://svn.freebsd.org/changeset/base/235771 Log: Remove redundant declaration of yyparse Reported by: tinderbox Modified: head/bin/expr/expr.y Modified: head/bin/expr/expr.y ============================================================================== --- head/bin/expr/expr.y Tue May 22 02:37:04 2012 (r235770) +++ head/bin/expr/expr.y Tue May 22 03:01:54 2012 (r235771) @@ -74,7 +74,6 @@ int to_integer(struct val *); void to_string(struct val *); int yyerror(const char *); int yylex(void); -int yyparse(void); %}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205220301.q4M31tJn084097>