adding assertion to prevent recursive compound types
[libfirm] / ir / common / old_fctnames.h
index ecd86c9..ec42ac2 100644 (file)
@@ -21,6 +21,7 @@
 #define add_in_edge(X, Y)     add_immBlock_pred(X, Y)
 #define mature_block(X)              mature_immBlock(X)
 #define switch_block(X)              set_cur_block(X)
+#define finalize_cons(X)      irg_finalize_cons(X)
 
 /* irgraph */
 #define get_irg_ent(X)        get_irg_entity(X)
 
 #define get_method_n_res(X) get_method_n_ress(X)
 
+/* entity.h */
+#define ent_visibility visibility
+
 /* tv.h */
 #define tarval_from_long(X, Y) new_tarval_from_long(Y, X)
 #define tarval_P_from_entity(X) new_tarval_from_entity(X, mode_P_mach)