summaryrefslogtreecommitdiffstats
path: root/gcc/java/java-tree.h
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-15 15:29:12 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2002-10-15 15:29:12 +0000
commit219f20ac28821fcdee68258519e5a4cdf0d002c5 (patch)
tree320459ff2f42d5c753b071ded4648b6cf58072d5 /gcc/java/java-tree.h
parent5335fd81eeff4acf67ee96071fa496f95c210586 (diff)
downloadppe42-gcc-219f20ac28821fcdee68258519e5a4cdf0d002c5.tar.gz
ppe42-gcc-219f20ac28821fcdee68258519e5a4cdf0d002c5.zip
2002-10-15 Andrew Haley <aph@redhat.com>
* java-tree.h (java_inlining_merge_static_initializers): Declare. (java_inlining_map_static_initializers): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58163 138bc75d-0d04-0410-961f-82ee72b054a4
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 794ebc6e04e..4001bdf3b68 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)
OpenPOWER on IntegriCloud