comparison dmd2/declaration.c @ 922:0749c0757a43

Apply naked changes of [920] to dmd2/
author Christian Kamm <kamm incasoftware de>
date Tue, 03 Feb 2009 18:11:39 +0100
parents 75c53f8f67a4
children 638d16625da2
comparison
equal deleted inserted replaced
921:75c53f8f67a4 922:0749c0757a43
617 scope = NULL; 617 scope = NULL;
618 618
619 // LDC 619 // LDC
620 anonDecl = NULL; 620 anonDecl = NULL;
621 offset2 = 0; 621 offset2 = 0;
622 nakedUse = false;
622 } 623 }
623 624
624 Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s) 625 Dsymbol *VarDeclaration::syntaxCopy(Dsymbol *s)
625 { 626 {
626 //printf("VarDeclaration::syntaxCopy(%s)\n", toChars()); 627 //printf("VarDeclaration::syntaxCopy(%s)\n", toChars());