aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.h
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-03-06 22:25:14 -0800
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-03-06 22:25:14 -0800
commit614eaae0a5de347b8fed549b0acdab2ef1b141d9 (patch)
tree21007f6e90dfbf502b8219c186d62fdeefad01e2 /gcc/java/parse.h
parent141b58108437ef9f1984b78f194933f5b68bab22 (diff)
downloadgcc-614eaae0a5de347b8fed549b0acdab2ef1b141d9.zip
gcc-614eaae0a5de347b8fed549b0acdab2ef1b141d9.tar.gz
gcc-614eaae0a5de347b8fed549b0acdab2ef1b141d9.tar.bz2
[multiple changes]
2000-03-06 Bryce McKinlay <bryce@albatross.co.nz> * typeck.c (lookup_do): Search superinterfaces first when looking up an interface method. From Godmar Back <gback@cs.utah.edu> 2000-03-02 Alexandre Petit-Bianco <apbianco@cygnus.com> * java-tree.h (lookup_argument_method2): Declared. (safe_layout_class): Prototype moved from parse.h. * parse.h (safe_layout_class): Prototype moved to java-tree.h. * parse.y (java_check_regular_methods): Local `super_class' gone. Call lookup_argument_method2 instead of lookup_argument_method. Perform modifier match for methods found declared in implemented interfaces. Fixed indentation problem. Overriding/hiding error report to take place only for methods found in classes. * typeck.c (lookup_argument_method): Changed leading comment. Re-written by calling lookup_do. (lookup_argument_method2): New function. (lookup_java_method): Re-written by calling lookup_do. (lookup_do): New function. From-SVN: r32376
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r--gcc/java/parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h
index ddc8fc1..04d8685 100644
--- a/gcc/java/parse.h
+++ b/gcc/java/parse.h
@@ -678,7 +678,6 @@ struct parser_ctxt {
};
#ifndef JC1_LITE
-void safe_layout_class PARAMS ((tree));
void java_complete_class PARAMS ((void));
void java_check_circular_reference PARAMS ((void));
void java_fix_constructors PARAMS ((void));