aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash.h
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2001-05-04 14:36:39 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2001-05-04 14:36:39 +0000
commit37a580360c3df196e8dc6e075ba1bd24d83bbefc (patch)
treeba85310e2284133248625e5c9e0d515894ec9cf4 /gcc/hash.h
parente7a4892c2053d5e7ac33639a7a44f7990cd3cafa (diff)
downloadgcc-37a580360c3df196e8dc6e075ba1bd24d83bbefc.zip
gcc-37a580360c3df196e8dc6e075ba1bd24d83bbefc.tar.gz
gcc-37a580360c3df196e8dc6e075ba1bd24d83bbefc.tar.bz2
i386.c (ix86_emit_restore_regs_using_mov, [...]): Change `bool' parameter to `int'.
* i386.c (ix86_emit_restore_regs_using_mov, ix86_save_reg): Change `bool' parameter to `int'. * hash.c (hash_lookup): Likewise. * hash.h (hash_lookup): Likewise. * tlink.c (symbol_hash_lookup, demangled_hash_lookup): Likewise. From-SVN: r41829
Diffstat (limited to 'gcc/hash.h')
-rw-r--r--gcc/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hash.h b/gcc/hash.h
index 52bee12..bd75f94 100644
--- a/gcc/hash.h
+++ b/gcc/hash.h
@@ -96,7 +96,7 @@ extern void hash_table_free PARAMS ((struct hash_table *));
COPY is non-NULL, it is used to copy the KEY before storing it in
the hash table. */
extern struct hash_entry *hash_lookup
- PARAMS ((struct hash_table *, hash_table_key key, bool create,
+ PARAMS ((struct hash_table *, hash_table_key key, int create,
hash_table_key (*copy)(struct obstack*, hash_table_key)));
/* Base method for creating a hash table entry. */