ast2firm: Factorise code to convert a value to its storage type.
[cparser] / symbol_table.c
index b0c0bb6..9d45de3 100644 (file)
@@ -59,7 +59,7 @@ void _symbol_table_destroy(symbol_table_t *symbol_table);
 symbol_t *_symbol_table_insert(symbol_table_t *symbol_table, const char *key);
 #define hashset_insert          _symbol_table_insert
 
-#include "adt/hashset.c"
+#include "adt/hashset.c.inl"
 
 static symbol_table_t  symbol_table;