* parse.y (check_pkg_class_access): ANSIfy definition.

From-SVN: r61164
This commit is contained in:
Nathanael Nerode 2003-01-10 19:23:30 +00:00
parent 6cd656d0f5
commit 43a4a12b15
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;