use obstack_grow instead of obstack_printf
[libfirm] / ir / adt / obst.h
1 /* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
2 * All rights reserved.
3 *
4 * Authors: Martin Trapp, Christian Schaefer
5 *
6 */
7
8 /* $Id$ */
9
10 # include <obstack.h>
11 # include <stdlib.h>
12 # include <strings.h>
13
14 # define obstack_chunk_alloc xmalloc
15 # define obstack_chunk_free free