aboutsummaryrefslogtreecommitdiff
path: root/gcc/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/hash.c')
-rw-r--r--gcc/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/hash.c b/gcc/hash.c
index 1b2cc7c..1cf6b68 100644
--- a/gcc/hash.c
+++ b/gcc/hash.c
@@ -87,7 +87,7 @@ struct hash_entry *
hash_lookup (table, key, create, copy)
struct hash_table *table;
hash_table_key key;
- bool create;
+ int create;
hash_table_key (*copy) PARAMS ((struct obstack* memory,
hash_table_key key));
{