From 72021277b3f3dc85f12c9f244f31f884370464a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Mon, 5 Jul 2004 13:06:45 +0000 Subject: [PATCH] comment [r3304] --- ir/tr/type.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ir/tr/type.h b/ir/tr/type.h index a8ea2a626..14ffa8bd1 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -131,7 +131,8 @@ void free_type_entities(type *tp); * belonging to the type, except for the array element entity. Does * not free if tp is "none" or "unknown". Frees entities in value * param subtypes of method types!!! Make sure these are not - * referenced any more. */ + * referenced any more. Further make sure there is no pointer type + * that refers to this type. */ void free_type(type *tp); tp_op* get_type_tpop(type *tp); -- 2.20.1