X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Ftr%2Fmangle.h;h=d8e2b427ab29f3902f088b58eda3d1d150748438;hb=ec68b2aaadb9504d101e6cbc4a58c69f3897f489;hp=8f3ded84606cc4238ef7426633afd7c92fa8cafb;hpb=25a9079a440dca3115aedcc4c22438e187ed9d7d;p=libfirm diff --git a/ir/tr/mangle.h b/ir/tr/mangle.h index 8f3ded846..d8e2b427a 100644 --- a/ir/tr/mangle.h +++ b/ir/tr/mangle.h @@ -23,10 +23,9 @@ # include "ident.h" # include "entity.h" -# include "type.h" /** initializes the name mangling code */ -void init_mangle (void); +void firm_init_mangle (void); /** Computes a definite name for this entity by concatenating the name of the owner type and the name of the entity with @@ -37,6 +36,6 @@ ident *mangle_entity (entity *ent); ident *mangle_u (ident *first, ident* scnd); /** mangle: Returns a new ident that represents firstscnd. */ -ident *mangle (ident *first, ident* scnd); +ident *mangle (ident *first, ident* scnd); #endif /* _MANGLE_H_ */