From: Götz Lindenmaier Date: Wed, 29 Sep 2004 11:40:06 +0000 (+0000) Subject: change for cpp X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=822a563ccfe46ff7eede8501f86363bbe75d284d;p=libfirm change for cpp [r3992] --- 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.