comparison dmd/TypeInfoSharedDeclaration.d @ 73:ef02e2e203c2

Updating to dmd2.033
author korDen
date Sat, 28 Aug 2010 19:42:41 +0400
parents 2e2a5c3f943a
children acd69f84627e
comparison
equal deleted inserted replaced
72:2e2a5c3f943a 73:ef02e2e203c2
6 6
7 class TypeInfoSharedDeclaration : TypeInfoDeclaration 7 class TypeInfoSharedDeclaration : TypeInfoDeclaration
8 { 8 {
9 this(Type tinfo) 9 this(Type tinfo)
10 { 10 {
11 assert(false);
12 super(tinfo, 0); 11 super(tinfo, 0);
12 type = Type.typeinfoshared.type;
13 } 13 }
14 14
15 override void toDt(dt_t** pdt) 15 override void toDt(dt_t** pdt)
16 { 16 {
17 assert(false); 17 assert(false);