X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=entity_t.h;h=c9670f0d541cd1118719244951a4c9f6abac9731;hb=87ac7703c3a2e92a17903a459886ec587f867b55;hp=b40ab1eb0a8c0618387beaf0c2f9a05982ba6c2b;hpb=53e98a6143f812bc2426879116e9868a05666285;p=cparser diff --git a/entity_t.h b/entity_t.h index b40ab1e..c9670f0 100644 --- a/entity_t.h +++ b/entity_t.h @@ -157,7 +157,7 @@ struct enum_value_t { type_t *enum_type; /* ast2firm info */ - tarval *tv; + ir_tarval *tv; }; struct label_t {