BugFix for a rare case:
[libfirm] / ir / libcore / lc_printf.c
index 650c42a..458d3dc 100644 (file)
@@ -23,9 +23,7 @@
  * @author Sebastian Hack
  * @date 4.12.2005
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -61,7 +59,7 @@ struct _lc_arg_env_t {
 /** The default argument environment. */
 static lc_arg_env_t *default_env = NULL;
 
-static INLINE lc_arg_env_t *_lc_arg_get_default_env(void)
+static inline lc_arg_env_t *_lc_arg_get_default_env(void)
 {
        if(!default_env)
                default_env = lc_arg_add_std(lc_arg_new_env());