comparison dmd/TypeInfoClassDeclaration.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
14 class TypeInfoClassDeclaration : TypeInfoDeclaration 14 class TypeInfoClassDeclaration : TypeInfoDeclaration
15 { 15 {
16 this(Type tinfo) 16 this(Type tinfo)
17 { 17 {
18 super(tinfo, 0); 18 super(tinfo, 0);
19 type = Type.typeinfostruct.type;
19 } 20 }
20 21
21 override void toDt(dt_t** pdt) 22 override void toDt(dt_t** pdt)
22 { 23 {
23 //printf("TypeInfoClassDeclaration::toDt() %s\n", tinfo->toChars()); 24 //printf("TypeInfoClassDeclaration::toDt() %s\n", tinfo->toChars());