diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1998-06-18 06:34:50 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1998-06-18 06:34:50 +0000 |
commit | 264a8100d1daa1d3528449cc227969ffcdf85bcb (patch) | |
tree | b6fdfd453e81758e82a146f8c9fe9c83871b3162 /gcc | |
parent | 0b17dd9857b006400c0342eb23dbd66d3f14dc2a (diff) | |
download | gcc-264a8100d1daa1d3528449cc227969ffcdf85bcb.zip gcc-264a8100d1daa1d3528449cc227969ffcdf85bcb.tar.gz gcc-264a8100d1daa1d3528449cc227969ffcdf85bcb.tar.bz2 |
Warning fix:
* cp-tree.h: Prototype function `check_java_method'.
From-SVN: r20555
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/cp-tree.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5218f1b..863725a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 22a84eb..b94fc19 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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)); |