get_kind() did not assert anymore, instead returns k_BAD.
[libfirm] / ir / adt / set.c
index 9a30bd5..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))
 #include <stdio.h>
 #include <string.h>
 #include "misc.h"
+#include "xmalloc.h"
 #ifdef PSET
 # include "pset.h"
 #else
 # include "set.h"
 #endif
 
+
 #define TOBSTACK_ID MANGLEP(tag)
 #include "obst.h"