From a8773b7d265fa580a077975b9f8c88069be68bc1 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 2 Jun 1994 23:37:45 +0000 Subject: [PATCH] oops, left out var decl --- gas/gasp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gas/gasp.c b/gas/gasp.c index 59c6a7007d0..53f6f2714ba 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. */ -- 2.30.2