made code C89 compliant (changed unnamed union in attributes)
[libfirm] / ir / be / ppc32 / ppc32_nodes_attr.h
index a85f7bb..3737f27 100644 (file)
@@ -45,7 +45,7 @@ typedef struct _ppc32_attr_t {
                int proj_nr;
                int offset;
                void* empty;
-       };
+       } data;
 
 } ppc32_attr_t;