From: Michael Beck Date: Sun, 18 Dec 2005 22:54:40 +0000 (+0000) Subject: ir_mode type added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=afa251be2e1a36adeaf61769b4cc05d7a70adc45;p=libfirm ir_mode type added [r7094] --- 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;