diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index 0a7a542..69eb73c 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -1297,6 +1297,9 @@ extern void compile_resource_file (const char *, const char *); extern void write_resource_constructor (void); extern void init_resource_processing (void); +extern void start_complete_expand_method (tree); +extern void java_expand_body (tree); + #define DECL_FINAL(DECL) DECL_LANG_FLAG_3 (DECL) |