added ir/ana and ir/st to Makefile.in --flo
[libfirm] / ir / tr / type_or_entity.h
index 96566e5..94efc7b 100644 (file)
@@ -6,13 +6,15 @@
 **
 */
 
+/* $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;
+  type   *typ;
   entity *ent;
 } type_or_ent;