diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 2 |
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) |