Merge SiegeLord's dmdfe 1.064 patch.

This commit is contained in:
Robert Clipsham
2011-01-01 21:23:08 +00:00
parent 5e98bf3c49
commit 65c892ee62
18 changed files with 356 additions and 69 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ struct VarDeclaration : Declaration
{
Initializer *init;
unsigned offset;
int noauto; // no scope semantics
int noscope; // no scope semantics
#if DMDV2
FuncDeclarations nestedrefs; // referenced by these lexically nested functions
bool isargptr; // if parameter that _argptr points to