defined function as INLINE to get around gcc warnigs, fix some doxygen comments
[libfirm] / acconfig.h
1 /*
2  * libFIRM Project
3  *
4  * $Id$
5  */
6
7 /* define to enable debugging stuff. */
8 #undef DEBUG_libfirm
9
10 /* Define to disable assertion checking.  */
11 #undef NDEBUG
12
13 /* Define to value "inline" for gcc inlineing. */
14 #undef USE_GCC_INLINE