compileable with -Wall and bugfixing
[libfirm] / ir / tr / typegmod.h
index 256f20c..9b86248 100644 (file)
@@ -1,4 +1,6 @@
 
+/* $Id$ */
+
 # ifndef _TYPEGMOD_H_
 # define _TYPEGMOD_H_
 
@@ -35,7 +37,7 @@
  *   this will be at considerable runtime cost.
  ***
  */
-inline void exchange_types(type *old_type, type *new_type);
+INLINE void exchange_types(type *old_type, type *new_type);
 
 /****f* tpop/skip_tid
  *
@@ -50,6 +52,6 @@ inline void exchange_types(type *old_type, type *new_type);
  *   If tp is an id type retruns the real type it stands for.
  ***
  */
-inline type *skip_tid(type *tp);
+INLINE type *skip_tid(type *tp);
 
 # endif /*_TYPEGMOD_H_ */