aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/gasp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/gasp.c b/gas/gasp.c
index 59c6a70..53f6f27 100644
--- a/gas/gasp.c
+++ b/gas/gasp.c
@@ -580,6 +580,7 @@ hash_new_table (size, ptr)
int size;
hash_table *ptr;
{
+ int i;
ptr->size = size;
ptr->table = (hash_entry **) xmalloc (size * (sizeof (hash_entry *)));
/* Fill with null-pointer, not zero-bit-pattern. */