renamed, poor firmjni construction cannot handle "final"
authorFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Wed, 8 Feb 2006 18:55:35 +0000 (18:55 +0000)
committerFIRM Projekt Account <firm@ipd.info.uni-karlsruhe.de>
Wed, 8 Feb 2006 18:55:35 +0000 (18:55 +0000)
[r7327]

ir/tr/type.h

index 0fbab2c..845a976 100644 (file)
@@ -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! */