From f94b4fbc75e75d4cc699a16a5bd87d87ec366450 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Sun, 12 Jul 1992 01:56:28 +0000 Subject: [PATCH] Remove xmalloc/free declarations From-SVN: r1562 --- gcc/objc/objc-act.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index d155cb5a029..52db6363c8d 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -91,9 +91,6 @@ char *objc_tree_code_name[] = { #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -extern int xmalloc (); -extern void free (); - /* This obstack is used to accumulate the encoding of a data type. */ static struct obstack util_obstack; /* This points to the beginning of obstack contents,