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