X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp1.c;h=93868366e0576bf02508fd11c814bdaf7e4c63b5;hb=457611e27ae9f826220b620f4b905825f3aab39c;hp=9749c90e1bb76bed7ebb560d6070dda61aab8851;hpb=1ce363f80e6a204d4011f85813362d9bd1d0e7e4;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 9749c90e1..93868366e 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -24,11 +24,7 @@ * @date 17.05.2005 * @version $Id$ */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif /* HAVE_CONFIG_H */ - -#include "firm_config.h" #ifdef WITH_ILP @@ -50,7 +46,7 @@ int co_solve_ilp1(copy_opt_t *co, double time_limit) #else /* WITH_ILP */ -static INLINE void only_that_you_can_compile_without_WITH_ILP_defined(void) { +static inline void only_that_you_can_compile_without_WITH_ILP_defined(void) { } #endif /* WITH_ILP */