From 4fa31c2aae72bba8150f3bacb3529d5eb4ed4866 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 23 Jul 2002 06:22:05 +0000 Subject: defaults.h (obstack_chunk_alloc, [...]): Default definition. * defaults.h (obstack_chunk_alloc, obstack_chunk_free): Default definition. * gcse.c: Don't define obstack_chunk_free. * collect2.c, conflict.c, df.c, diagnostic.c, fix-header.c, flow.c, gcc.c, genattrtab.c, genautomata.c, genflags.c, gensupport.c, integrate.c, loop.c, ra.c, read-rtl.c, regrename.c, reload1.c, reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c: Don't define obstack macros. cp: * class.c, method.c, pt.c, search.c: Similarly. From-SVN: r55665 --- gcc/genattrtab.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/genattrtab.c') diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 71c5957214b..07b300c2cb3 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -121,9 +121,6 @@ static struct obstack obstack1, obstack2; struct obstack *hash_obstack = &obstack1; struct obstack *temp_obstack = &obstack2; -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - /* enough space to reserve for printing out ints */ #define MAX_DIGITS (HOST_BITS_PER_INT * 3 / 10 + 3) -- cgit v1.2.1