Commit 264a8100 by Kaveh R. Ghazi Committed by Kaveh Ghazi

Warning fix:

        * cp-tree.h: Prototype function `check_java_method'.

From-SVN: r20555
parent 0b17dd98
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.
......
......@@ -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));
......
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