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