diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-06-02 23:37:45 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-06-02 23:37:45 +0000 |
commit | a8773b7d265fa580a077975b9f8c88069be68bc1 (patch) | |
tree | 1d8480382cc5b2b65a70e49c2328d82304462869 /gas/gasp.c | |
parent | 4b82ae34dcea39445b81925332cf1519764cd701 (diff) | |
download | gdb-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. */ |