diff dmd/expression/Util.d @ 98:5c859d5fbe27

and more
author Trass3r
date Tue, 31 Aug 2010 03:53:49 +0200
parents be2ab491772e
children ceda59b4d255
line wrap: on
line diff
--- a/dmd/expression/Util.d	Tue Aug 31 02:12:15 2010 +0200
+++ b/dmd/expression/Util.d	Tue Aug 31 03:53:49 2010 +0200
@@ -196,7 +196,7 @@
 			m.anyf = f;
 			TypeFunction tf = cast(TypeFunction)f.type;
 			match = tf.callMatch(f.needThis() ? ethis : null, arguments);
-			//printf("match = %d\n", match);
+			//printf("test: match = %d\n", match);
 			if (match != MATCH.MATCHnomatch)
 			{
 				if (match > m.last)