aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/tree.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-08-18 18:11:18 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-08-18 18:11:18 +0000
commit1c0cc57e79e12fd87530f9c6860ba32516eb35c0 (patch)
treeba20c4b0e0120a645cd25113492a883864a687e1 /gcc/ch/tree.c
parent13c508d9917050ad79eca822b22a9eb1abf0bbc9 (diff)
downloadgcc-1c0cc57e79e12fd87530f9c6860ba32516eb35c0.zip
gcc-1c0cc57e79e12fd87530f9c6860ba32516eb35c0.tar.gz
gcc-1c0cc57e79e12fd87530f9c6860ba32516eb35c0.tar.bz2
except.c (TYPE_HASH): Delete.
* 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. From-SVN: r45004
Diffstat (limited to 'gcc/ch/tree.c')
-rw-r--r--gcc/ch/tree.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/ch/tree.c b/gcc/ch/tree.c
index 53485db..0347d66 100644
--- a/gcc/ch/tree.c
+++ b/gcc/ch/tree.c
@@ -26,10 +26,6 @@ Boston, MA 02111-1307, USA. */
#include "ch-tree.h"
#include "toplev.h"
-/* Here is how primitive or already-canonicalized types'
- hash codes are made. */
-#define TYPE_HASH(TYPE) ((HOST_WIDE_INT) (TYPE) & 0777777)
-
extern struct obstack permanent_obstack;
/* This is special sentinel used to communicate from build_string_type
to layout_chill_range_type for the index range of a string. */