diff options
Diffstat (limited to 'gcc/java/except.c')
-rw-r--r-- | gcc/java/except.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/java/except.c b/gcc/java/except.c index 1fb5934..1667e18 100644 --- a/gcc/java/except.c +++ b/gcc/java/except.c @@ -42,6 +42,7 @@ static void expand_end_java_handler PARAMS ((struct eh_range *)); static struct eh_range *find_handler_in_range PARAMS ((int, struct eh_range *, struct eh_range *)); static void link_handler PARAMS ((struct eh_range *, struct eh_range *)); +static void check_start_handlers PARAMS ((struct eh_range *, int)); extern struct obstack permanent_obstack; |