updated for new hooks
[libfirm] / ir / ident / ident.h
index 64550b9..e15fdab 100644 (file)
  *  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.