From: Götz Lindenmaier Date: Wed, 15 Jun 2005 07:57:25 +0000 (+0000) Subject: minor X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f162f8cb1116894aca73aab33a1ae16b45216b8f;p=libfirm minor [r6010] --- diff --git a/ir/common/firm.h b/ir/common/firm.h index 9a1d014c3..ff67024bb 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -81,6 +81,7 @@ extern "C" { /* Analyses */ #include "irouts.h" /* Graph reversal / out edges. */ +#include "trouts.h" /* Graph reversal / out edges for types. */ #include "irdom.h" /* Dominator analysis */ #include "cgana.h" /* Analysis to construct interprocedural graph */ /* including some optimizations */ diff --git a/ir/common/old_fctnames.h b/ir/common/old_fctnames.h index 4d91301be..ec42ac24c 100644 --- a/ir/common/old_fctnames.h +++ b/ir/common/old_fctnames.h @@ -107,6 +107,9 @@ #define get_method_n_res(X) get_method_n_ress(X) +/* entity.h */ +#define ent_visibility visibility + /* tv.h */ #define tarval_from_long(X, Y) new_tarval_from_long(Y, X) #define tarval_P_from_entity(X) new_tarval_from_entity(X, mode_P_mach)