X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=entity_t.h;h=c9670f0d541cd1118719244951a4c9f6abac9731;hb=cd8f3ba5f7f8d62f280e72f7a89c483da5bc609e;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 {