X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fident%2Fident.h;h=e15fdabbaa829d03736f2afd56083482c5284d90;hb=184602875611495e608c27263d0a5a8f24078a70;hp=64550b9253def6c64ce323498aa5b87041560e69;hpb=109b367e18cda22744a532c734ecfbf6220d6c2d;p=libfirm diff --git a/ir/ident/ident.h b/ir/ident/ident.h index 64550b925..e15fdabba 100644 --- a/ir/ident/ident.h +++ b/ir/ident/ident.h @@ -33,7 +33,10 @@ * An ident represents an unique string. The == operator * is sufficient to compare two idents. */ -typedef const struct ident ident; +#ifndef _IDENT_TYPEDEF_ +#define _IDENT_TYPEDEF_ +typedef const struct s_ident ident; +#endif /** * The ident module interface.