summaryrefslogtreecommitdiffstats
path: root/gcc/except.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 07:29:21 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-28 07:29:21 +0000
commit9223d17f740f1d8a3d476ed466b36f843832db6c (patch)
treeb7be0846490b2fb080cf8c67761e72a29abd8db6 /gcc/except.h
parent955a1beb3a970de41ee2603fd09ca81324c70fa9 (diff)
downloadppe42-gcc-9223d17f740f1d8a3d476ed466b36f843832db6c.tar.gz
ppe42-gcc-9223d17f740f1d8a3d476ed466b36f843832db6c.zip
* except.c (can_throw_internal): Rename from can_throw.
* except.h, resource.c: Update references. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40913 138bc75d-0d04-0410-961f-82ee72b054a4
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 fadbb4b3f26..2b281bbe5f6 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. */
OpenPOWER on IntegriCloud