comparison dmd/ForeachStatement.d @ 175:94b6033c07f3

get rid of globals malloc -> GC.malloc
author korDen
date Sun, 10 Oct 2010 03:48:06 +0400
parents af1bebfd96a4
children e3afd1303184
comparison
equal deleted inserted replaced
174:af724d3510d7 175:94b6033c07f3
651 else if (tab.ty == TY.Tarray || tab.ty == TY.Tsarray) 651 else if (tab.ty == TY.Tarray || tab.ty == TY.Tsarray)
652 { 652 {
653 /* Call: 653 /* Call:
654 * _aApply(aggr, flde) 654 * _aApply(aggr, flde)
655 */ 655 */
656 static char fntab[9][3] = 656 enum char fntab[9][3] =
657 [ "cc","cw","cd", 657 [ "cc","cw","cd",
658 "wc","cc","wd", 658 "wc","cc","wd",
659 "dc","dw","dd" 659 "dc","dw","dd"
660 ]; 660 ];
661 char fdname[7+1+2+ dim.sizeof*3 + 1]; 661 char fdname[7+1+2+ dim.sizeof*3 + 1];