aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2001-04-26 12:40:34 -0700
committerPer Bothner <bothner@gcc.gnu.org>2001-04-26 12:40:34 -0700
commit56fe39c8097aaa80cdc48131b54c6187c652a4d9 (patch)
treec06f55dbae48157d5f980adcc95f3149baa89b43 /gcc/java/java-tree.h
parent52a661a6277cf517aa56b013c83d204982fab9c8 (diff)
downloadgcc-56fe39c8097aaa80cdc48131b54c6187c652a4d9.zip
gcc-56fe39c8097aaa80cdc48131b54c6187c652a4d9.tar.gz
gcc-56fe39c8097aaa80cdc48131b54c6187c652a4d9.tar.bz2
Fix method search wrt scope of inner classes to match JLS2.
From-SVN: r41604
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 9d62ef3..914ba81 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -960,6 +960,7 @@ extern tree lookup_java_constructor PARAMS ((tree, tree));
extern tree lookup_java_method PARAMS ((tree, tree, tree));
extern tree lookup_argument_method PARAMS ((tree, tree, tree));
extern tree lookup_argument_method2 PARAMS ((tree, tree, tree));
+extern int has_method PARAMS ((tree, tree));
extern tree promote_type PARAMS ((tree));
extern tree get_constant PARAMS ((struct JCF*, int));
extern tree get_name_constant PARAMS ((struct JCF*, int));