diff options
Diffstat (limited to 'gas/hash.h')
-rw-r--r-- | gas/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ struct hash_control; /* Set the size of the hash table used. */ -void set_gas_hash_table_size (unsigned int); +void set_gas_hash_table_size (unsigned long); /* Create a hash table. This return a control block. */ |