Commit ae0a06c5 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* except.c (check_start_handlers): Prototype.

From-SVN: r31896
parent d219c7f1
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.
......
...@@ -42,6 +42,7 @@ static void expand_end_java_handler PARAMS ((struct eh_range *)); ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment