Remove xmalloc/free declarations
authorMichael Meissner <meissner@gcc.gnu.org>
Sun, 12 Jul 1992 01:56:28 +0000 (01:56 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Sun, 12 Jul 1992 01:56:28 +0000 (01:56 +0000)
From-SVN: r1562

gcc/objc/objc-act.c

index d155cb5..52db636 100644 (file)
@@ -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,