cleanup ia32 code (use private linkage where necessary, no need for a custom unique_id)
[libfirm] / ir / be / becopyilp1.c
index d7d606d..86edd93 100644 (file)
@@ -24,9 +24,7 @@
  * @date    17.05.2005
  * @version $Id$
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif /* HAVE_CONFIG_H */
 
 #ifdef WITH_ILP
 
@@ -48,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 */