From: Michael Beck Date: Thu, 18 Aug 2005 11:47:58 +0000 (+0000) Subject: enabled type_visited() function again X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=942b0989c4c53ac768d24396f14b752d0d4d0b93;p=libfirm enabled type_visited() function again [r6457] --- diff --git a/ir/tr/type.c b/ir/tr/type.c index 0d883400c..afe6385c6 100644 --- a/ir/tr/type.c +++ b/ir/tr/type.c @@ -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);