projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b82ae3
)
oops, left out var decl
author
Ken Raeburn
<raeburn@cygnus>
Thu, 2 Jun 1994 23:37:45 +0000
(23:37 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Thu, 2 Jun 1994 23:37:45 +0000
(23:37 +0000)
gas/gasp.c
patch
|
blob
|
history
diff --git
a/gas/gasp.c
b/gas/gasp.c
index 59c6a7007d0f61fccd2d799ac4c21ccf20dac5bb..53f6f2714ba940bd6f2bf2811060ca224802ae89 100644
(file)
--- 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. */