X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Flibcore%2Flc_printf.c;h=458d3dcf7c2369a7a42fbc196fd9fae9cfb50746;hb=be69051989e87f7300a7e6b8ca1bf69051337099;hp=f623d09ff2bd76d10560705cbca635fac30faeb0;hpb=e07b61c6ed5d198a484761f8a40a4f26520d964d;p=libfirm diff --git a/ir/libcore/lc_printf.c b/ir/libcore/lc_printf.c index f623d09ff..458d3dcf7 100644 --- a/ir/libcore/lc_printf.c +++ b/ir/libcore/lc_printf.c @@ -23,6 +23,7 @@ * @author Sebastian Hack * @date 4.12.2005 */ +#include "config.h" #include #include @@ -58,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());