From: Michael Beck Date: Sun, 2 Apr 2006 11:10:24 +0000 (+0000) Subject: include "obst.h" instead of hand generated code X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3918d7b27c353596670cfc9a5303f7a25308b177;p=libfirm include "obst.h" instead of hand generated code --- diff --git a/ir/be/ia32/ia32_gen_decls.c b/ir/be/ia32/ia32_gen_decls.c index 911a959bc..f6ef7d652 100644 --- a/ir/be/ia32/ia32_gen_decls.c +++ b/ir/be/ia32/ia32_gen_decls.c @@ -10,19 +10,7 @@ #include #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 - -extern int obstack_printf(struct obstack *obst, char *fmt, ...); - +#include "obst.h" #include "tv.h" #include "irnode.h" #include "entity.h"