Remove xmalloc/free declarations
From-SVN: r1562
This commit is contained in:
parent
9bb2e4fe39
commit
f94b4fbc75
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user