aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc.h
diff options
context:
space:
mode:
authorDennis Glatting <dennisg@gnu.org>1991-11-19 12:34:41 +0000
committerDennis Glatting <dennisg@gnu.org>1991-11-19 12:34:41 +0000
commitddeb938e91c4bd65fc8a88a3bf1b80126faba225 (patch)
treebe4f3a8972f5c0f1e045063f504c3089de2adc56 /gcc/objc/objc.h
parent5b548897881659b5b232de098debd28cce749b1b (diff)
downloadgcc-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