Commit 43a4a12b by Nathanael Nerode

* parse.y (check_pkg_class_access): ANSIfy definition.

From-SVN: r61164
parent 6cd656d0
2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
* parse.y (check_pkg_class_access): ANSIfy definition.
2003-01-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* decl.c, parse-scan.y, parse.y: Don't cast return value of
......
......@@ -7171,10 +7171,7 @@ check_inner_class_access (decl, enclosing_decl, cl)
was found, it is reported and accounted for. */
static int
check_pkg_class_access (class_name, cl, verbose)
tree class_name;
tree cl;
bool verbose;
check_pkg_class_access (tree class_name, tree cl, bool verbose)
{
tree type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment