comparison dmd/TypeInfoAssociativeArrayDeclaration.d @ 73:ef02e2e203c2

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