except.c (check_handled): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 14 Mar 2005 02:53:59 +0000 (02:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Mar 2005 02:53:59 +0000 (02:53 +0000)
* except.c (check_handled): Make it static.
* except.h: Remove the corresponding prototype.

From-SVN: r96408

gcc/ChangeLog
gcc/except.c
gcc/except.h

index 70eb2243982db566eb023df3049aec2817fdc872..82ab701157bedc9b889dce7857209d71c5019925 100644 (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.
index 20014b93c6e3e6b7994384351fc3af2ca9b5bd6d..d774bf3fa259b242160baccdcd71cc34fd2fce2a 100644 (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;
index d79182f6463b535f14833da3d4d200dddb3d9a76..3127d5de08aee27c75c3dd4173aed299710c74e5 100644 (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);