diff dmd/TypeTuple.d @ 135:af1bebfd96a4 dmd2037

dmd 2.038
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Mon, 13 Sep 2010 22:19:42 +0100
parents 60bb0fe4563e
children e3afd1303184
line wrap: on
line diff
--- a/dmd/TypeTuple.d	Sat Sep 11 13:03:39 2010 +0100
+++ b/dmd/TypeTuple.d	Mon Sep 13 22:19:42 2010 +0100
@@ -28,7 +28,7 @@
 		super(TY.Ttuple);
 		//printf("TypeTuple(this = %p)\n", this);
 		this.arguments = arguments;
-		//printf("TypeTuple() %s\n", toChars());
+		//printf("TypeTuple() %p, %s\n", this, toChars());
 		debug {
 			if (arguments)
 			{
@@ -68,6 +68,7 @@
 			}
 		}
 		this.arguments = arguments;
+        //printf("TypeTuple() %p, %s\n", this, toChars());
 	}
 
 	override Type syntaxCopy()