X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firprintf_t.h;h=b36eaa0ee0b3f10f49806d43e581dfbfcc1a3b55;hb=581e5849ae58a13ab250626059da2abb506f24a6;hp=7d27249f9510c72eee980fd4f707cd61ca29ffe2;hpb=6f996fb00afc2ae14904b46fb21e2968b5faf4f7;p=libfirm diff --git a/ir/ir/irprintf_t.h b/ir/ir/irprintf_t.h index 7d27249f9..b36eaa0ee 100644 --- a/ir/ir/irprintf_t.h +++ b/ir/ir/irprintf_t.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -27,7 +27,6 @@ #ifndef FIRM_IR_IRPRINTF_T_H #define FIRM_IR_IRPRINTF_T_H -#include "firm_config.h" #include "irprintf.h" #ifdef DEBUG_libfirm @@ -37,12 +36,12 @@ #else -static INLINE void ir_debugf(const char *fmt, ...) +static inline void ir_debugf(const char *fmt, ...) { (void) fmt; } -static INLINE void ir_fdebugf(FILE *f, const char *fmt, ...) +static inline void ir_fdebugf(FILE *f, const char *fmt, ...) { (void) f; (void) fmt;