summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-18 18:11:18 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-18 18:11:18 +0000
commit3609f4f07936f198d3accfdf80e56eb8e754e256 (patch)
treeba20c4b0e0120a645cd25113492a883864a687e1 /gcc/except.c
parent126b10988b71a35ab7567ee9b2e404656d02f1be (diff)
downloadgcc-3609f4f07936f198d3accfdf80e56eb8e754e256.tar.gz
* except.c (TYPE_HASH): Delete.
* objc/objc-act.c (HASHFUNCTION): Cast to size_t, not HOST_WIDE_INT. * tree.c (TYPE_HASH): Delete. * tree.h (TYPE_HASH): Define. ch: * tree.c (TYPE_HASH): Moved to ../tree.h. cp: * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to GNU_xref_start_scope and GNU_xref_end_scope. * tree.c (TYPE_HASH): Moved to ../tree.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45004 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 599f188bdc8..12e65e76035 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -1475,9 +1475,6 @@ duplicate_eh_regions (ifun, map)
}
-/* ??? Move from tree.c to tree.h. */
-#define TYPE_HASH(TYPE) ((size_t) (TYPE) & 0777777)
-
static int
t2r_eq (pentry, pdata)
const PTR pentry;