summaryrefslogtreecommitdiffstats
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 1cf6b685c64..5cf8397692d 100644
--- a/gcc/hash.c
+++ b/gcc/hash.c
@@ -91,7 +91,7 @@ hash_lookup (table, key, create, copy)
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;
OpenPOWER on IntegriCloud