Changes to avoid compiler warnings.
[libfirm] / ir / tr / type_t.h
index bc41895..b6e790a 100644 (file)
@@ -25,6 +25,8 @@ typedef struct {
   entity **members;    /* fields and methods of this class */
   type   **subtypes;   /* direct subtypes */
   type   **supertypes; /* direct supertypes */
+  peculiarity peculiarity;
+  int dfn;             /* number used for 'instanceof' operator */
 } cls_attr;
 
 typedef struct {