From 48bc3df3c1542a509f14a13f7a8cc28ea21d312d Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 19 Oct 2005 16:48:50 +0000 Subject: [PATCH] ir_extbb type added [r6756] --- ir/common/firm_types.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ir/common/firm_types.h b/ir/common/firm_types.h index 1202b6624..1c21701ae 100644 --- a/ir/common/firm_types.h +++ b/ir/common/firm_types.h @@ -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_ */ -- 2.20.1