From a9e30e0d991603f336a361ac5dccb6159c63e060 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 3 Apr 2006 16:33:56 +0000 Subject: [PATCH] include "obst.h" instead of --- ir/be/mips/mips_gen_decls.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/ir/be/mips/mips_gen_decls.c b/ir/be/mips/mips_gen_decls.c index b00c3a734..dccf4e0da 100644 --- a/ir/be/mips/mips_gen_decls.c +++ b/ir/be/mips/mips_gen_decls.c @@ -10,15 +10,7 @@ #include #include "xmalloc.h" -#include - -#ifdef obstack_chunk_alloc -# undef obstack_chunk_alloc -# define obstack_chunk_alloc xmalloc -#else -# define obstack_chunk_alloc xmalloc -# define obstack_chunk_free free -#endif +#include "obst.h" #include "tv.h" #include "irnode.h" @@ -27,8 +19,6 @@ #include "mips_gen_decls.h" -extern int obstack_printf(struct obstack *obst, char *fmt, ...); - /************************************************************************/ /* -- 2.20.1