Replace use of __objc_xcalloc, __objc_xrealloc, and __objc_xmalloc
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 14:41:58 +0000 (10:41 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 14:41:58 +0000 (10:41 -0400)
commitdf7fbc8cd830ea212f052c089989afb014e3ffe3
treed2fe8bef2a5fc1bd66f41af51efef03f77c037ef
parent2dac9ca60bcd3a92da0650c31fddb9caf530a9c9
Replace use of __objc_xcalloc, __objc_xrealloc, and __objc_xmalloc
with objc_calloc, objc_realloc, and objc_malloc.

From-SVN: r12767
gcc/objc/selector.c