aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash.h
diff options
context:
space:
mode:
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. */