From 167eae6f6c027f7194dee8eaee1c8b394eed0b47 Mon Sep 17 00:00:00 2001 From: Boris Boesler Date: Wed, 17 Jul 2002 09:15:07 +0000 Subject: [PATCH] *** empty log message *** [r444] --- ir/tr/type.c | 4 +++- ir/tr/type.h | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ir/tr/type.c b/ir/tr/type.c index 2dcdfbfe6..8afb85926 100644 --- a/ir/tr/type.c +++ b/ir/tr/type.c @@ -48,8 +48,10 @@ unsigned long type_visited; -void free_type(type *tp) { +void +free_type(type *tp) { /* @@@ not implemented */ + remove_irp_type(tp); } INLINE type * diff --git a/ir/tr/type.h b/ir/tr/type.h index 217c293dd..7ff863a67 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -376,9 +376,6 @@ int get_method_n_params (type *method); type *get_method_param_type(type *method, int pos); void set_method_param_type(type *method, int pos, type* type); -/* @@@ fuer emitter.h von cggg */ -#define get_method_n_res(X) get_method_n_ress(X) - int get_method_n_ress (type *method); type *get_method_res_type(type *method, int pos); void set_method_res_type(type *method, int pos, type* type); -- 2.20.1