Commit 2dac9ca6 by Richard Kenner

(__objc_xmalloc, __objc_xrealloc): Delete.

From-SVN: r12766
parent a1feef75
/* Sparse Arrays for Objective C dispatch tables /* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup.
Author: Kresten Krab Thorup
This file is part of GNU CC. This file is part of GNU CC.
...@@ -110,9 +109,6 @@ union sofftype { ...@@ -110,9 +109,6 @@ union sofftype {
#endif /* not PRECOMPUTE_SELECTORS */ #endif /* not PRECOMPUTE_SELECTORS */
void * __objc_xrealloc (void *optr, size_t size);
void * __objc_xmalloc (size_t size);
union sversion { union sversion {
int version; int version;
void *next_free; 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