X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftype_or_entity.h;h=d232e17034163ea9e508c5c0bf31342ceea8d838;hb=da9c4a1519a03db4b6a4cbd79dff05f69387611f;hp=94efc7b2132e85a9e765b478b1f4c71df1ac0ec4;hpb=e3e22fa6f927847099c0bff62457003aa81f2518;p=libfirm diff --git a/ir/tr/type_or_entity.h b/ir/tr/type_or_entity.h index 94efc7b21..d232e1703 100644 --- a/ir/tr/type_or_entity.h +++ b/ir/tr/type_or_entity.h @@ -14,8 +14,8 @@ # define _TYPE_OR_ENTITY_H_ typedef union { - type *typ; - entity *ent; + struct type *typ; + struct entity *ent; } type_or_ent;