Author: glebius Date: Tue Dec 11 12:40:54 2012 New Revision: 244117 URL: http://svnweb.freebsd.org/changeset/base/244117
Log: Revert r244108. yyparse() declaration isn't redundant in stable/9. Reported by: tinderbox :) Modified: stable/9/bin/expr/expr.y Modified: stable/9/bin/expr/expr.y ============================================================================== --- stable/9/bin/expr/expr.y Tue Dec 11 12:34:46 2012 (r244116) +++ stable/9/bin/expr/expr.y Tue Dec 11 12:40:54 2012 (r244117) @@ -74,6 +74,7 @@ int to_integer(struct val *); void to_string(struct val *); int yyerror(const char *); int yylex(void); +int yyparse(void); %} _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"