Apply naked changes of [920] to dmd2/

This commit is contained in:
Christian Kamm
2009-02-03 18:11:39 +01:00
parent 8726eefefa
commit aa2cd42536
4 changed files with 16 additions and 1 deletions

View File

@@ -619,6 +619,7 @@ VarDeclaration::VarDeclaration(Loc loc, Type *type, Identifier *id, Initializer
// LDC
anonDecl = NULL;
offset2 = 0;
nakedUse = false;
}
Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s)