Warning fix:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 18 Jun 1998 06:34:50 +0000 (06:34 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 18 Jun 1998 06:34:50 +0000 (06:34 +0000)
        * cp-tree.h: Prototype function `check_java_method'.

From-SVN: r20555

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index 5218f1b7c64c42d1588a4120eaa662ca2729056d..863725a8a26c3156baada3b88d8f3f6a6392c520 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jun 18 09:32:32 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cp-tree.h: Prototype function `check_java_method'.
+
 1998-06-17  Jason Merrill  <jason@yorick.cygnus.com>
 
        * class.c (finish_struct): Make conflicting use of id a pedwarn.
index 22a84eb7012c944b44c3d664812e6f47ca079f87..b94fc19bfb1dd39dca6fda3f547f8fec3555856b 100644 (file)
@@ -2418,6 +2418,7 @@ extern void revert_static_member_fn             PROTO((tree*, tree*, tree*));
 extern void cat_namespace_levels                PROTO((void));
 
 /* in decl2.c */
+extern int check_java_method                   PROTO((tree, tree));
 extern int flag_assume_nonnull_objects;
 extern int lang_decode_option                  PROTO((int, char **));
 extern tree grok_method_quals                  PROTO((tree, tree, tree));