Commit 2dac9ca6 by Richard Kenner

(__objc_xmalloc, __objc_xrealloc): Delete.

From-SVN: r12766
parent a1feef75
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
Author: Kresten Krab Thorup
Contributed by Kresten Krab Thorup.
This file is part of GNU CC.
......@@ -110,9 +109,6 @@ union sofftype {
#endif /* not PRECOMPUTE_SELECTORS */
void * __objc_xrealloc (void *optr, size_t size);
void * __objc_xmalloc (size_t size);
union sversion {
int version;
void *next_free;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment