diff options
author | Dennis Glatting <dennisg@gnu.org> | 1991-11-19 12:34:41 +0000 |
---|---|---|
committer | Dennis Glatting <dennisg@gnu.org> | 1991-11-19 12:34:41 +0000 |
commit | ddeb938e91c4bd65fc8a88a3bf1b80126faba225 (patch) | |
tree | be4f3a8972f5c0f1e045063f504c3089de2adc56 /gcc/objc/objc.h | |
parent | 5b548897881659b5b232de098debd28cce749b1b (diff) | |
download | gcc-ddeb938e91c4bd65fc8a88a3bf1b80126faba225.zip gcc-ddeb938e91c4bd65fc8a88a3bf1b80126faba225.tar.gz gcc-ddeb938e91c4bd65fc8a88a3bf1b80126faba225.tar.bz2 |
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
Diffstat (limited to 'gcc/objc/objc.h')
0 files changed, 0 insertions, 0 deletions