From afa251be2e1a36adeaf61769b4cc05d7a70adc45 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 18 Dec 2005 22:54:40 +0000 Subject: [PATCH] ir_mode type added [r7094] --- ir/common/firm_types.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ir/common/firm_types.h b/ir/common/firm_types.h index 0401cadbc..94d7647c7 100644 --- a/ir/common/firm_types.h +++ b/ir/common/firm_types.h @@ -13,7 +13,7 @@ #ifndef _IDENT_TYPEDEF_ #define _IDENT_TYPEDEF_ -typedef const struct s_ident ident; +typedef const struct _ident ident; #endif #ifndef _IR_NODE_TYPEDEF_ @@ -21,6 +21,11 @@ typedef const struct s_ident ident; typedef struct ir_node ir_node; #endif +#ifndef _IR_MODE_TYPEDEF_ +#define _IR_MODE_TYPEDEF_ +typedef struct ir_mode ir_mode; +#endif + #ifndef _IR_EDGE_TYPEDEF_ #define _IR_EDGE_TYPEDEF_ typedef struct _ir_edge_t ir_edge_t; -- 2.20.1