fixed type of variable
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Sep 2006 21:23:57 +0000 (21:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 12 Sep 2006 21:23:57 +0000 (21:23 +0000)
[r8229]

ir/common/old_fctnames.h

index 2a5e5f1..7aa55ed 100644 (file)
@@ -110,7 +110,11 @@ typedef ir_type type;
 #define get_method_n_res(X) get_method_n_ress(X)
 
 /* entity.h */
-#define ent_visibility visibility
+#define ent_visibility ir_visibility
+#define ent_allocation ir_allocation
+#define ent_stickyness ir_stickyness
+#define ent_volatility ir_volatility
+#define peculiarity    ir_peculiarity
 
 /* tv.h */
 #define tarval_from_long(X, Y) new_tarval_from_long(Y, X)