Commit f94b4fbc by Michael Meissner

Remove xmalloc/free declarations

From-SVN: r1562
parent 9bb2e4fe
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment