Added static to many static routines
[libfirm] / ir / tr / entity.c
index a3c4dfb..3c5d04c 100644 (file)
@@ -547,7 +547,9 @@ int is_compound_entity(entity *ent) {
          is_array_type(t) || is_union_type(t));
 }
 
+/* @@@ not implemnted!!! */
 bool equal_entity(entity *ent1, entity *ent2) {
+  printf(" calling unimplemented equal entity!!! \n");
   return true;
 }