syntactic changes for jni generator / crecoder
[libfirm] / ir / tr / type_or_entity.h
index 94efc7b..d232e17 100644 (file)
@@ -14,8 +14,8 @@
 # define _TYPE_OR_ENTITY_H_
 
 typedef union {
-  type   *typ;
-  entity *ent;
+  struct type   *typ;
+  struct entity *ent;
 } type_or_ent;