aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-14 02:53:59 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-14 02:53:59 +0000
commitc148389e285d2de5ca880f6677efd8a4e7a109bc (patch)
treed15d1d8cd341347d34322ade4eb1d2aa4e1bef2f /gcc/except.h
parentfe3e7450d82d70048e63f772b9bc78d69deeeac9 (diff)
downloadgcc-c148389e285d2de5ca880f6677efd8a4e7a109bc.zip
gcc-c148389e285d2de5ca880f6677efd8a4e7a109bc.tar.gz
gcc-c148389e285d2de5ca880f6677efd8a4e7a109bc.tar.bz2
except.c (check_handled): Make it static.
* except.c (check_handled): Make it static. * except.h: Remove the corresponding prototype. From-SVN: r96408
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index d79182f..3127d5d 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -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);