aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2002-10-15 15:29:12 +0000
committerAndrew Haley <aph@gcc.gnu.org>2002-10-15 15:29:12 +0000
commitdbd1e2d8ebaa57ed490009c692de3d3118d548e4 (patch)
tree320459ff2f42d5c753b071ded4648b6cf58072d5 /gcc/java/java-tree.h
parent23a64177fb1663bc83d14354fd4b2d8a23f5107c (diff)
downloadgcc-dbd1e2d8ebaa57ed490009c692de3d3118d548e4.zip
gcc-dbd1e2d8ebaa57ed490009c692de3d3118d548e4.tar.gz
gcc-dbd1e2d8ebaa57ed490009c692de3d3118d548e4.tar.bz2
java-tree.h (java_inlining_merge_static_initializers): Declare.
2002-10-15 Andrew Haley <aph@redhat.com> * java-tree.h (java_inlining_merge_static_initializers): Declare. (java_inlining_map_static_initializers): Declare. From-SVN: r58163
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r--gcc/java/java-tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 794ebc6..4001bdf 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -1292,6 +1292,8 @@ extern tree decl_constant_value PARAMS ((tree));
struct rtx_def * java_expand_expr PARAMS ((tree, rtx, enum machine_mode,
int));
#endif
+extern void java_inlining_merge_static_initializers PARAMS ((tree, void *));
+extern void java_inlining_map_static_initializers PARAMS ((tree, void *));
#define DECL_FINAL(DECL) DECL_LANG_FLAG_3 (DECL)