replaced malloc.h by stdlib.h
[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
13 # define obstack_chunk_alloc xmalloc
14 # define obstack_chunk_free free