diff options
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h index a764398..03d3023 100644 --- a/gcc/java/java-tree.h +++ b/gcc/java/java-tree.h @@ -637,6 +637,7 @@ extern char* open_class PROTO ((char *, struct JCF *, FILE *, const char *)); extern char* open_class PROTO ((char *, struct JCF *, int, const char *)); # endif /* JCF_USE_STDIO */ #endif +void java_debug_context PROTO ((void)); /* We use ARGS_SIZE_RTX to indicate that gcc/expr.h has been included to declare `enum expand_modifier'. */ |