* except.c (check_start_handlers): Prototype.

From-SVN: r31896
This commit is contained in:
Kaveh R. Ghazi 2000-02-10 16:48:43 +00:00 committed by Kaveh Ghazi
parent d219c7f152
commit ae0a06c54b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2000-02-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* except.c (check_start_handlers): Re-add prototype lost in last
patch.
2000-02-09 Andrew Haley <aph@cygnus.com> 2000-02-09 Andrew Haley <aph@cygnus.com>
* decl.c (clear_binding_level): Remove excess initializer. * decl.c (clear_binding_level): Remove excess initializer.

View file

@ -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 *, static struct eh_range *find_handler_in_range PARAMS ((int, struct eh_range *,
struct eh_range *)); struct eh_range *));
static void link_handler PARAMS ((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; extern struct obstack permanent_obstack;