objc-act.c (hash_init): Assume xmalloc always succeeds, also use memset to clear...
authorStan Shebs <shebs@apple.com>
Wed, 20 Jun 2001 13:51:19 +0000 (13:51 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Wed, 20 Jun 2001 13:51:19 +0000 (13:51 +0000)
commitf5e6aae050dbc15f297785d284bd33eb778509a5
treec93d49af5ccb64d9f895232329b7f25a53eb5038
parent5f2d6cfa81853503bd97f87c35fba49bac9ba699
objc-act.c (hash_init): Assume xmalloc always succeeds, also use memset to clear the hash tables.

* objc/objc-act.c (hash_init): Assume xmalloc always succeeds,
also use memset to clear the hash tables.
(hash_enter): Assume xmalloc always succeeds.
(hash_add_attr): Ditto.
(continue_class): Ditto.

From-SVN: r43472
gcc/ChangeLog
gcc/objc/objc-act.c