ir_extbb type added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 19 Oct 2005 16:48:50 +0000 (16:48 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 19 Oct 2005 16:48:50 +0000 (16:48 +0000)
[r6756]

ir/common/firm_types.h

index 1202b66..1c21701 100644 (file)
@@ -36,4 +36,9 @@ typedef struct ir_graph ir_graph;
 typedef struct entity entity;
 #endif
 
+#ifndef _IR_EXTBB_TYPEDEF_
+#define _IR_EXTBB_TYPEDEF_
+typedef struct _ir_extblk ir_extblk;
+#endif
+
 #endif /* _FIRM_TYPES_H_ */