From a59e7e475485a1f7c7e5fb3c2d2d754b7c87016c Mon Sep 17 00:00:00 2001 From: FIRM Projekt Account Date: Wed, 8 Feb 2006 18:55:35 +0000 Subject: [PATCH] renamed, poor firmjni construction cannot handle "final" [r7327] --- ir/tr/type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/type.h b/ir/tr/type.h index 0fbab2c96..845a9761e 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -598,7 +598,7 @@ void set_class_type_info(ir_type *clss, entity *ent); int is_class_final(const ir_type *clss); /** Sets if a class is final. */ -void set_class_final(ir_type *clss, int final); +void set_class_final(ir_type *clss, int flag); /* Set and get a class' dfn -- @todo This is an undocumented field, subject to change! */ -- 2.20.1