From 4059f3f07eeff2836425ec5cbda03d5eb48193c9 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 23 Jul 2002 06:22:05 +0000 Subject: * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55665 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/conflict.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/conflict.c') diff --git a/gcc/conflict.c b/gcc/conflict.c index e2c28414d82..9851fade3de 100644 --- a/gcc/conflict.c +++ b/gcc/conflict.c @@ -33,10 +33,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "hard-reg-set.h" #include "basic-block.h" -/* Use malloc to allocate obstack chunks. */ -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free - /* A register conflict graph is an undirected graph containing nodes for some or all of the regs used in a function. Arcs represent conflicts, i.e. two nodes are connected by an arc if there is a -- cgit v1.2.1