* except.c (check_start_handlers): Prototype.
From-SVN: r31896
This commit is contained in:
parent
d219c7f152
commit
ae0a06c54b
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* decl.c (clear_binding_level): Remove excess initializer.
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue