OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / hash.c
index 1b2cc7c..5cf8397 100644 (file)
@@ -87,11 +87,11 @@ 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));
 {
-  register unsigned long hash;
+  unsigned long hash;
   struct hash_entry *hashp;
   unsigned int index;