X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftype_or_entity.h;h=d232e17034163ea9e508c5c0bf31342ceea8d838;hb=da9c4a1519a03db4b6a4cbd79dff05f69387611f;hp=96566e515172b3458bacc95c9d845f251cb7d1eb;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/ir/tr/type_or_entity.h b/ir/tr/type_or_entity.h index 96566e515..d232e1703 100644 --- a/ir/tr/type_or_entity.h +++ b/ir/tr/type_or_entity.h @@ -6,14 +6,16 @@ ** */ +/* $Id$ */ + /* A datatype to treat types and entities as the same. */ # ifndef _TYPE_OR_ENTITY_H_ # define _TYPE_OR_ENTITY_H_ typedef union { - type *typ; - entity *ent; + struct type *typ; + struct entity *ent; } type_or_ent;