comparison dmd/TypeInfoArrayDeclaration.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 2e2a5c3f943a
children e28b18c23469
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
13 class TypeInfoArrayDeclaration : TypeInfoDeclaration 13 class TypeInfoArrayDeclaration : TypeInfoDeclaration
14 { 14 {
15 this(Type tinfo) 15 this(Type tinfo)
16 { 16 {
17 super(tinfo, 0); 17 super(tinfo, 0);
18 type = Type.typeinfoarray.type;
18 } 19 }
19 20
20 override void toDt(dt_t** pdt) 21 override void toDt(dt_t** pdt)
21 { 22 {
22 //printf("TypeInfoArrayDeclaration::toDt()\n"); 23 //printf("TypeInfoArrayDeclaration::toDt()\n");