aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index e9d41e3..152c639 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -48,6 +48,11 @@ static tree mangle_static_field PARAMS ((tree));
static void add_interface_do PARAMS ((tree, tree, int));
static tree maybe_layout_super_class PARAMS ((tree, tree));
static int assume_compiled PARAMS ((const char *));
+static struct hash_entry *init_test_hash_newfunc PARAMS ((struct hash_entry *,
+ struct hash_table *,
+ hash_table_key));
+static unsigned long decl_hash PARAMS ((hash_table_key));
+static boolean decl_compare PARAMS ((hash_table_key, hash_table_key));
static rtx registerClass_libfunc;