aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-03-27 23:29:21 -0800
committerRichard Henderson <rth@gcc.gnu.org>2001-03-27 23:29:21 -0800
commit54590688b5cd0b11292e08a86e035b408375d4a7 (patch)
treeb7be0846490b2fb080cf8c67761e72a29abd8db6 /gcc/except.h
parent8cd442715fa8705297549cf90f70e724f4a9214f (diff)
downloadgcc-54590688b5cd0b11292e08a86e035b408375d4a7.zip
gcc-54590688b5cd0b11292e08a86e035b408375d4a7.tar.gz
gcc-54590688b5cd0b11292e08a86e035b408375d4a7.tar.bz2
except.c (can_throw_internal): Rename from can_throw.
* except.c (can_throw_internal): Rename from can_throw. * except.h, resource.c: Update references. From-SVN: r40913
Diffstat (limited to 'gcc/except.h')
-rw-r--r--gcc/except.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.h b/gcc/except.h
index fadbb4b..2b281bb 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -442,7 +442,7 @@ extern rtx exception_handler_labels;
/* Determine if the given INSN can throw an exception. */
-extern int can_throw PARAMS ((rtx));
+extern int can_throw_internal PARAMS ((rtx));
/* Return nonzero if nothing in this function can throw. */