From: Ken Raeburn Date: Thu, 2 Jun 1994 23:37:45 +0000 (+0000) Subject: oops, left out var decl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8773b7d265fa580a077975b9f8c88069be68bc1;p=binutils-gdb.git oops, left out var decl --- 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. */