syntactic changes for jni generator / crecoder
[libfirm] / ir / tr / type_or_entity.h
index 96566e5..d232e17 100644 (file)
@@ -6,14 +6,16 @@
 **
 */
 
+/* $Id$ */
+
 /* A datatype to treat types and entities as the same. */
 
 # ifndef _TYPE_OR_ENTITY_H_
 # define _TYPE_OR_ENTITY_H_
 
 typedef union {
-  type *typ;
-  entity *ent;
+  struct type   *typ;
+  struct entity *ent;
 } type_or_ent;