* parse.y (check_pkg_class_access): ANSIfy definition.
authorNathanael Nerode <neroden@gcc.gnu.org>
Fri, 10 Jan 2003 19:23:30 +0000 (19:23 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Fri, 10 Jan 2003 19:23:30 +0000 (19:23 +0000)
From-SVN: r61164

gcc/java/ChangeLog
gcc/java/parse.y

index 1b8799b..eaf668b 100644 (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
index 236525c..aa5bc2c 100644 (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;