From f46470ed1d604e4df1a9649a1352565667560cb5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 13 Nov 2005 18:25:10 +0000 Subject: [PATCH] replace get_type_size() by get_type_size_bytes() and _bits() in the define section [r6907] --- ir/tr/type_t.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/tr/type_t.h b/ir/tr/type_t.h index a5699ea66..aae415a3d 100644 --- a/ir/tr/type_t.h +++ b/ir/tr/type_t.h @@ -444,7 +444,8 @@ _set_method_calling_convention(type *method, unsigned cc_mask) { #define get_type_mode(tp) _get_type_mode(tp) #define get_type_ident(tp) _get_type_ident(tp) #define set_type_ident(tp, id) _set_type_ident(tp, id) -#define get_type_size(tp) _get_type_size(tp) +#define get_type_size_bits(tp) _get_type_size_bits(tp) +#define get_type_size_bytes(tp) _get_type_size_bytes(tp) #define get_type_state(tp) _get_type_state(tp) #define get_type_visited(tp) _get_type_visited(tp) #define set_type_visited(tp, num) _set_type_visited(tp, num) -- 2.20.1