Remove xmalloc/free declarations

From-SVN: r1562
This commit is contained in:
Michael Meissner 1992-07-12 01:56:28 +00:00
parent 9bb2e4fe39
commit f94b4fbc75

View File

@ -91,9 +91,6 @@ char *objc_tree_code_name[] = {
#define obstack_chunk_alloc xmalloc #define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free #define obstack_chunk_free free
extern int xmalloc ();
extern void free ();
/* This obstack is used to accumulate the encoding of a data type. */ /* This obstack is used to accumulate the encoding of a data type. */
static struct obstack util_obstack; static struct obstack util_obstack;
/* This points to the beginning of obstack contents, /* This points to the beginning of obstack contents,