diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-05-10 01:10:11 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2006-05-10 11:10:11 +1000 |
commit | 9c5835d588797ee172ed900846bff6ebfc2a9ae5 (patch) | |
tree | 093d6452669d2bb1c4a2dc0d26c887175dc3dcfd /gcc/Makefile.in | |
parent | 88d1293a3a58d99b5c709c4e4ab48618eb61454a (diff) | |
download | gcc-9c5835d588797ee172ed900846bff6ebfc2a9ae5.zip gcc-9c5835d588797ee172ed900846bff6ebfc2a9ae5.tar.gz gcc-9c5835d588797ee172ed900846bff6ebfc2a9ae5.tar.bz2 |
tree.h: Include "hashtab.h".
* tree.h: Include "hashtab.h".
(iterative_hash_expr): Use hashval_t in its prototype.
* Makefile.in (TREE_H): Add $(HASHTAB_H).
From-SVN: r113668
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 807380a..93a5016 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -747,7 +747,7 @@ RTL_H = $(RTL_BASE_H) genrtl.h PARAMS_H = params.h params.def BUILTINS_DEF = builtins.def sync-builtins.def omp-builtins.def TREE_H = tree.h tree.def $(MACHMODE_H) tree-check.h $(BUILTINS_DEF) \ - input.h statistics.h vec.h treestruct.def + input.h statistics.h vec.h treestruct.def $(HASHTAB_H) BASIC_BLOCK_H = basic-block.h bitmap.h sbitmap.h varray.h $(PARTITION_H) \ hard-reg-set.h cfghooks.h $(OBSTACK_H) GCOV_IO_H = gcov-io.h gcov-iov.h auto-host.h |