From: Michael Beck Date: Wed, 28 Dec 2005 17:52:08 +0000 (+0000) Subject: struct type renamed to struct ir_type X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f101740bb2e4d4fed7f7874e5aa0df33254fc191;p=libfirm struct type renamed to struct ir_type [r7153] --- 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 */