OSDN Git Service

Remove xmalloc/free declarations
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Jul 1992 01:56:28 +0000 (01:56 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 12 Jul 1992 01:56:28 +0000 (01:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1562 138bc75d-0d04-0410-961f-82ee72b054a4

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,