From: Michael Beck Date: Wed, 19 Oct 2005 16:48:50 +0000 (+0000) Subject: ir_extbb type added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=48bc3df3c1542a509f14a13f7a8cc28ea21d312d;p=libfirm ir_extbb type added [r6756] --- 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_ */