comparison dmd/TypeInfoInvariantDeclaration.d @ 73:ef02e2e203c2

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