diff options
| -rw-r--r-- | gcc/objc/sarray.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h index 1078dfb85b8..74fa38652ba 100644 --- a/gcc/objc/sarray.h +++ b/gcc/objc/sarray.h @@ -1,7 +1,6 @@ /* 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; |

