aboutsummaryrefslogtreecommitdiff
path: root/gas/gasp.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-06-02 23:37:45 +0000
committerKen Raeburn <raeburn@cygnus>1994-06-02 23:37:45 +0000
commita8773b7d265fa580a077975b9f8c88069be68bc1 (patch)
tree1d8480382cc5b2b65a70e49c2328d82304462869 /gas/gasp.c
parent4b82ae34dcea39445b81925332cf1519764cd701 (diff)
downloadgdb-a8773b7d265fa580a077975b9f8c88069be68bc1.zip
gdb-a8773b7d265fa580a077975b9f8c88069be68bc1.tar.gz
gdb-a8773b7d265fa580a077975b9f8c88069be68bc1.tar.bz2
oops, left out var decl
Diffstat (limited to 'gas/gasp.c')
-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. */