ast2firm: Factorise code to convert a value to its storage type.
[cparser] / type_hash.c
index ac2385e..ee7ab60 100644 (file)
@@ -305,7 +305,7 @@ type_t *_typehash_insert(type_hash_t *hash, type_t *type);
 #define hashset_insert           _typehash_insert
 #define SCALAR_RETURN
 
-#include "adt/hashset.c"
+#include "adt/hashset.c.inl"
 
 static type_hash_t typehash;