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

@@ -280,6 +280,7 @@ struct VarDeclaration : Declaration
// LDC
AnonDeclaration* anonDecl;
unsigned offset2;
bool nakedUse;
};
/**************************************************************/