except.c (check_handled): Make it static.

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

From-SVN: r96408
This commit is contained in:
Kazu Hirata 2005-03-14 02:53:59 +00:00 committed by Kazu Hirata
parent fe3e7450d8
commit c148389e28
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* config.gcc: Remove excess indentation.

View File

@ -2082,7 +2082,7 @@ struct reachable_info
/* A subroutine of reachable_next_level. Return true if TYPE, or a
base class of TYPE, is in HANDLED. */
int
static int
check_handled (tree handled, tree type)
{
tree t;

View File

@ -81,7 +81,6 @@ extern void expand_eh_return (void);
extern rtx expand_builtin_extend_pointer (tree);
extern rtx get_exception_pointer (struct function *);
extern rtx get_exception_filter (struct function *);
extern int check_handled (tree, tree);
extern void sjlj_emit_function_exit_after (rtx);