Initial revision
[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 # include <obstack.h>
9 # include <malloc.h>
10
11 # define obstack_chunk_alloc xmalloc
12 # define obstack_chunk_free free