Updated to dmdfe 2.054

This commit is contained in:
Alexey Prokhin
2011-07-19 19:20:38 +04:00
parent 99f5a73125
commit 7a31b599cc
54 changed files with 4600 additions and 1644 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ Statement *AsmStatement::semantic(Scope *sc)
//puts(toChars());
sc->func->inlineAsm = 1;
sc->func->inlineAsm = true;
sc->func->inlineStatus = ILSno; // %% not sure
// %% need to set DECL_UNINLINABLE too?
sc->func->hasReturnExp = 1; // %% DMD does this, apparently...