fix a bunch of warnings reported by cparser
[libfirm] / ir / be / TEMPLATE / TEMPLATE_nodes_attr.h
index 961e5f5..3a01a23 100644 (file)
@@ -31,7 +31,7 @@ typedef struct TEMPLATE_attr_t  TEMPLATE_attr_t;
 
 struct TEMPLATE_attr_t
 {
-       tarval *value;
+       ir_tarval *value;
 };
 
 #endif