comparison dmd/TemplateInstance.d @ 89:37b95c347975

Fixed an obscure bug with i variable being reused
author korDen
date Mon, 30 Aug 2010 23:25:50 +0400
parents be2ab491772e
children 21a53563c840
comparison
equal deleted inserted replaced
88:23280d154c5b 89:37b95c347975
622 } 622 }
623 } 623 }
624 624
625 override void semantic2(Scope sc) 625 override void semantic2(Scope sc)
626 { 626 {
627 int i;
628
629 if (semanticRun >= 2) 627 if (semanticRun >= 2)
630 return; 628 return;
631 629
632 semanticRun = 2; 630 semanticRun = 2;
633 version (LOG) { 631 version (LOG) {