bug in hash_delete().
authorDennis Glatting <dennisg@gnu.org>
Tue, 19 Nov 1991 12:34:41 +0000 (12:34 +0000)
committerDennis Glatting <dennisg@gnu.org>
Tue, 19 Nov 1991 12:34:41 +0000 (12:34 +0000)
commitddeb938e91c4bd65fc8a88a3bf1b80126faba225
treebe4f3a8972f5c0f1e045063f504c3089de2adc56
parent5b548897881659b5b232de098debd28cce749b1b
bug in hash_delete().

bug in hash_delete().  It was using void* to obtain nodes to
pass to hash_remove().  The value passed to hash_removed() is a
entry from the node structure rather than the node itself.  Using
void* removed compiler checking.
Modified to implement cache expansion.

From-SVN: r62
gcc/objc/hash.c