*** empty log message ***
[libfirm] / ir / adt / obst.h
1 /*
2  * Project:     libFIRM
3  * File name:   ir/adt/obst.h
4  * Purpose:
5  * Author:      Martin Trapp, Christian Schaefer
6  * Modified by:
7  * Created:
8  * CVS-ID:      $Id$
9  * Copyright:   (c) 1998-2003 Universität Karlsruhe
10  * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
11  */
12
13
14 # include <obstack.h>
15 # include "xmalloc.h"
16
17 # define obstack_chunk_alloc xmalloc
18 # define obstack_chunk_free  free