X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fbe%2Fbecopyilp1.c;h=86edd93026cbecaef334be0f3254c030f64c5a38;hb=7cf3689476440ec8774dc310354c0948a6f5bfae;hp=44c16d4a8efd18eb1facd561c6d2b8a7b3779d71;hpb=0fbcef83aa6060534172bb13e71cdadb04428806;p=libfirm diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 44c16d4a8..86edd9302 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -24,7 +24,7 @@ * @date 17.05.2005 * @version $Id$ */ -#include "config.h" /* HAVE_CONFIG_H */ +#include "config.h" #ifdef WITH_ILP @@ -46,7 +46,8 @@ 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 */