implement node walker in direction of out-edges
[libfirm] / ir / ir / irprintf_t.h
index 12548f4..b36eaa0 100644 (file)
 
 #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;