get_kind() did not assert anymore, instead returns k_BAD.
[libfirm] / ir / adt / set.c
index f43a0a3..edd678f 100644 (file)
 # include <config.h>
 #endif
 
+#ifndef INLINE
 #ifdef USE_GCC_INLINE
 #define INLINE inline
 #else
 #define INLINE
 #endif
+#endif
 
 /* bcopy is not ISO C *
 #define bcopy(X, Y, Z) memcpy((Y), (X), (Z))