Fix Bug 62 aka C_struct_init testcase
[cparser] / entity_t.h
index b40ab1e..c9670f0 100644 (file)
@@ -157,7 +157,7 @@ struct enum_value_t {
        type_t        *enum_type;
 
        /* ast2firm info */
-       tarval        *tv;
+       ir_tarval     *tv;
 };
 
 struct label_t {