enabled type_visited() function again
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Aug 2005 11:47:58 +0000 (11:47 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 18 Aug 2005 11:47:58 +0000 (11:47 +0000)
[r6457]

ir/tr/type.c

index 0d88340..afe6385 100644 (file)
@@ -495,10 +495,9 @@ void (mark_type_visited)(type *tp) {
   _mark_type_visited(tp);
 }
 
-/* @@@ name clash with master flag
 int (type_visited)(const type *tp) {
   return _type_visited(tp);
-}*/
+}
 
 int (type_not_visited)(const type *tp) {
   return _type_not_visited(tp);