From f101740bb2e4d4fed7f7874e5aa0df33254fc191 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 28 Dec 2005 17:52:08 +0000 Subject: [PATCH] struct type renamed to struct ir_type [r7153] --- ir/tr/type_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/tr/type_t.h b/ir/tr/type_t.h index aae415a3d..63d017052 100644 --- a/ir/tr/type_t.h +++ b/ir/tr/type_t.h @@ -114,7 +114,7 @@ typedef union { } tp_attr; /** the structure of a type */ -struct type { +struct ir_type { firm_kind kind; /**< the firm kind, must be k_type */ const tp_op *type_op; /**< the type operation of the type */ ident *name; /**< The name of the type */ -- 2.20.1