* parse.y (check_pkg_class_access): ANSIfy definition.
From-SVN: r61164
This commit is contained in:
parent
6cd656d0f5
commit
43a4a12b15
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user