diff dmd/StructDeclaration.d @ 103:e6090d1aea7c

fixed dmd.Id + some small fixups
author Trass3r
date Tue, 31 Aug 2010 16:22:22 +0200
parents ae5b11064a9a
children e28b18c23469
line wrap: on
line diff
--- a/dmd/StructDeclaration.d	Tue Aug 31 04:04:33 2010 +0200
+++ b/dmd/StructDeclaration.d	Tue Aug 31 16:22:22 2010 +0200
@@ -578,7 +578,7 @@
 					ea = new CastExp(Loc(0), ea, Type.tvoid.pointerTo());
 	
 					Expression et = v.type.getTypeInfo(sc);
-					et = new DotIdExp(Loc(0), et, Id.postblit);
+					et = new DotIdExp(Loc(0), et, Id._postblit);
 	
 					ex = new CallExp(Loc(0), et, ea);
 				}