Commit dbd1e2d8 by Andrew Haley Committed by Andrew Haley

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
parent 23a64177
2002-10-15 Andrew Haley <aph@redhat.com>
* java-tree.h (java_inlining_merge_static_initializers): Declare.
(java_inlining_map_static_initializers): Declare.
2002-10-14 Andrew Haley <aph@redhat.com>
* tree-inline.c (remap_block): All local class initialization
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment