mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 05:40:23 +08:00
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:
parent
fe3e7450d8
commit
c148389e28
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user