diff dmd/Declaration.d @ 184:9f4e5ac4f0a3

One step closer to building on posix. There are two missing symbols so it actually doesn't build but previously it didn't build correctly anyway.
author Jacob Carlborg <doob@me.com>
date Tue, 02 Nov 2010 08:46:11 +0100
parents 190ba98276b3
children b0d41ff5e0df
line wrap: on
line diff
--- a/dmd/Declaration.d	Mon Oct 25 15:36:13 2010 +0200
+++ b/dmd/Declaration.d	Tue Nov 02 08:46:11 2010 +0100
@@ -252,7 +252,7 @@
 
 			case LINK.LINKcpp:
 version (CPP_MANGLE) {
-				return to!(string)(cpp_mangle(this));
+				return cpp_mangle(this);
 } else {
 				// Windows C++ mangling is done by C++ back end
 				return ident.toChars();