comparison dmd/TypeInfoStructDeclaration.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
26 class TypeInfoStructDeclaration : TypeInfoDeclaration 26 class TypeInfoStructDeclaration : TypeInfoDeclaration
27 { 27 {
28 this(Type tinfo) 28 this(Type tinfo)
29 { 29 {
30 super(tinfo, 0); 30 super(tinfo, 0);
31 type = Type.typeinfostruct.type;
31 } 32 }
32 33
33 override void toDt(dt_t** pdt) 34 override void toDt(dt_t** pdt)
34 { 35 {
35 //printf("TypeInfoStructDeclaration.toDt() '%s'\n", toChars()); 36 //printf("TypeInfoStructDeclaration.toDt() '%s'\n", toChars());