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