diff dmd/BinExp.d @ 175:94b6033c07f3

get rid of globals malloc -> GC.malloc
author korDen
date Sun, 10 Oct 2010 03:48:06 +0400
parents af724d3510d7
children fa9a71a9f5a8
line wrap: on
line diff
--- a/dmd/BinExp.d	Sun Oct 10 03:47:23 2010 +0400
+++ b/dmd/BinExp.d	Sun Oct 10 03:48:06 2010 +0400
@@ -1496,7 +1496,7 @@
 			 * presumably to optimize them with special CPU vector instructions.
 			 * List those library functions here, in alpha order.
 			 */
-			static const(char)*[] libArrayopFuncs =
+			enum const(char)*[] libArrayopFuncs =
 			[
 				"_arrayExpSliceAddass_a",
 				"_arrayExpSliceAddass_d",		// T[]+=T