Commit c148389e by Kazu Hirata Committed by Kazu Hirata

except.c (check_handled): Make it static.

	* except.c (check_handled): Make it static.
	* except.h: Remove the corresponding prototype.

From-SVN: r96408
parent fe3e7450
2005-03-14 Kazu Hirata <kazu@cs.umass.edu>
* except.c (check_handled): Make it static.
* except.h: Remove the corresponding prototype.
2005-03-14 Alan Modra <amodra@bigpond.net.au> 2005-03-14 Alan Modra <amodra@bigpond.net.au>
* config.gcc: Remove excess indentation. * config.gcc: Remove excess indentation.
......
...@@ -2082,7 +2082,7 @@ struct reachable_info ...@@ -2082,7 +2082,7 @@ struct reachable_info
/* A subroutine of reachable_next_level. Return true if TYPE, or a /* A subroutine of reachable_next_level. Return true if TYPE, or a
base class of TYPE, is in HANDLED. */ base class of TYPE, is in HANDLED. */
int static int
check_handled (tree handled, tree type) check_handled (tree handled, tree type)
{ {
tree t; tree t;
......
...@@ -81,7 +81,6 @@ extern void expand_eh_return (void); ...@@ -81,7 +81,6 @@ extern void expand_eh_return (void);
extern rtx expand_builtin_extend_pointer (tree); extern rtx expand_builtin_extend_pointer (tree);
extern rtx get_exception_pointer (struct function *); extern rtx get_exception_pointer (struct function *);
extern rtx get_exception_filter (struct function *); extern rtx get_exception_filter (struct function *);
extern int check_handled (tree, tree);
extern void sjlj_emit_function_exit_after (rtx); extern void sjlj_emit_function_exit_after (rtx);
......
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