fixed bug
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 26 Sep 2002 16:06:31 +0000 (16:06 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Thu, 26 Sep 2002 16:06:31 +0000 (16:06 +0000)
[r497]

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;