From 84fae38dfe613ec936ab89f7517246fb1c76b2a2 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 12 Dec 2006 14:25:01 +0000 Subject: [PATCH] added ir_entity type [r8436] --- ir/common/firm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/common/firm_types.h b/ir/common/firm_types.h index e5eeb2407..8124a04d6 100644 --- a/ir/common/firm_types.h +++ b/ir/common/firm_types.h @@ -79,7 +79,7 @@ typedef struct ir_loop ir_loop, *ir_loop_ptr; #ifndef _ENTITY_TYPEDEF_ #define _ENTITY_TYPEDEF_ -typedef struct entity entity, *ir_entity_ptr; +typedef struct ir_entity ir_entity, entity, *ir_entity_ptr; #endif #ifndef _COMPOUND_GRAPH_PATH_TYPEDEF_ -- 2.20.1