changeset 1629:b07d683ba4d0

Disable appending a dchar to a char or wchar array for now. See [1605] for details.
author Christian Kamm <kamm incasoftware de>
date Wed, 06 Jan 2010 19:53:35 +0100
parents 6c36e3f49b28
children 44b145be2ef5
files dmd/expression.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/expression.c	Wed Jan 06 15:18:23 2010 -0300
+++ b/dmd/expression.c	Wed Jan 06 19:53:35 2010 +0100
@@ -8559,7 +8559,9 @@
 	e2 = e2->castTo(sc, tb1next);
 	type = e1->type;
 	e = this;
-    }
+// Reenable when _d_arrayappendwd and cd are in the runtime.
+/*    }
+
     else if (tb1->ty == Tarray &&
 	(tb1next->ty == Tchar || tb1next->ty == Twchar) &&
 	e2->implicitConvTo(Type::tdchar)