comparison dmd/PostBlitDeclaration.d @ 179:cd48cb899aee

Updated to dmd2.040
author korDen
date Sun, 17 Oct 2010 20:56:07 +0400
parents e3afd1303184
children b0d41ff5e0df
comparison
equal deleted inserted replaced
178:e3afd1303184 179:cd48cb899aee
41 41
42 override void semantic(Scope sc) 42 override void semantic(Scope sc)
43 { 43 {
44 //writef("PostBlitDeclaration.semantic() %s\n", toChars()); 44 //writef("PostBlitDeclaration.semantic() %s\n", toChars());
45 //writef("ident: %s, %s, %p, %p\n", ident.toChars(), Id.dtor.toChars(), ident, Id.dtor); 45 //writef("ident: %s, %s, %p, %p\n", ident.toChars(), Id.dtor.toChars(), ident, Id.dtor);
46 //writef("stc = x%llx\n", sc.stc); 46 //writef("stc = x%llx\n", sc.stc);
47 parent = sc.parent; 47 parent = sc.parent;
48 Dsymbol parent = toParent(); 48 Dsymbol parent = toParent();
49 StructDeclaration ad = parent.isStructDeclaration(); 49 StructDeclaration ad = parent.isStructDeclaration();
50 if (!ad) 50 if (!ad)
51 { 51 {