X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Ftype_or_entity.h;h=94efc7b2132e85a9e765b478b1f4c71df1ac0ec4;hb=edafe7a87efdcfecce9cfa2c4dea03036142b14d;hp=96566e515172b3458bacc95c9d845f251cb7d1eb;hpb=efbeaff549fcc6015da255ed4d453a95937ff0fd;p=libfirm diff --git a/ir/tr/type_or_entity.h b/ir/tr/type_or_entity.h index 96566e515..94efc7b21 100644 --- a/ir/tr/type_or_entity.h +++ b/ir/tr/type_or_entity.h @@ -6,13 +6,15 @@ ** */ +/* $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; + type *typ; entity *ent; } type_or_ent;