- get_entity_nr() now takes an cont entity
[libfirm] / ir / ident / ident.c
index 49abd69..f735810 100644 (file)
@@ -35,7 +35,7 @@
 #include "set.h"
 
 /* for debugging only, not the real implementation */
-struct ident {
+struct _ident {
   char reserved[sizeof(unsigned) + sizeof(size_t)];
   char data[1];
 };