From c148389e285d2de5ca880f6677efd8a4e7a109bc Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu@cs.umass.edu>
Date: Mon, 14 Mar 2005 02:53:59 +0000
Subject: [PATCH] except.c (check_handled): Make it static.

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

From-SVN: r96408
---
 gcc/ChangeLog | 5 +++++
 gcc/except.c  | 2 +-
 gcc/except.h  | 1 -
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 70eb2243982d..82ab701157be 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/except.c b/gcc/except.c
index 20014b93c6e3..d774bf3fa259 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -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;
diff --git a/gcc/except.h b/gcc/except.h
index d79182f6463b..3127d5de08ae 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);
 
-- 
GitLab