diff dmd/TypeDArray.d @ 176:fa9a71a9f5a8

Moved all the mutable globals to Global
author korDen
date Sun, 10 Oct 2010 05:22:45 +0400
parents af1bebfd96a4
children e3afd1303184
line wrap: on
line diff
--- a/dmd/TypeDArray.d	Sun Oct 10 03:48:06 2010 +0400
+++ b/dmd/TypeDArray.d	Sun Oct 10 05:22:45 2010 +0400
@@ -127,7 +127,7 @@
 			toCBuffer3(buf, hgs, mod);
 			return;
 		}
-		if (equals(tstring))
+		if (equals(global.tstring))
 			buf.writestring("string");
 		else
 		{