From 662cef1a2326c393ac174825eab347b4cc8fed3e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 12 Sep 2006 21:23:57 +0000 Subject: [PATCH] fixed type of variable [r8229] --- ir/common/old_fctnames.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index 2a5e5f1de..7aa55ede8 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -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) -- 2.20.1