diff dmd/Declaration.d @ 22:fd4acc376c45

Implemented object file output and linking on linux.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 08 Apr 2010 04:21:03 +0100
parents 5c9b78899f5d
children ee3a9f34dc48
line wrap: on
line diff
--- a/dmd/Declaration.d	Wed Apr 07 00:51:29 2010 +0100
+++ b/dmd/Declaration.d	Thu Apr 08 04:21:03 2010 +0100
@@ -198,7 +198,7 @@
 	}
 	body+/
 	{
-version(Bug3602) { writef( "Bug3602: Uncomment outblock when fixed" );  }
+version(Bug3602) { writef( "Bug3602: Uncomment outblock when fixed\n" );  }
 		//writef("Declaration.mangle(this = %p, '%s', parent = '%s', linkage = %d)\n", this, toChars(), parent ? parent.toChars() : "null", linkage);
 		if (!parent || parent.isModule() || linkage == LINK.LINKcpp) // if at global scope
 		{