svn commit: r244117 - stable/9/bin/expr
Gleb Smirnoff
glebius at FreeBSD.org
Tue Dec 11 12:40:54 UTC 2012
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);
%}
More information about the svn-src-stable-9
mailing list