mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 17:43:35 +03:00
Merge 2.058beta
This commit is contained in:
parent
f2ed2e96b0
commit
e74e55df89
64 changed files with 5261 additions and 2974 deletions
|
@ -166,7 +166,6 @@ Statement *AsmStatement::semantic(Scope *sc)
|
|||
sc->func->inlineAsm = true;
|
||||
#endif
|
||||
sc->func->hasReturnExp |= 8;
|
||||
sc->func->inlineStatus = ILSno; // %% not sure
|
||||
|
||||
// empty statement -- still do the above things because they might be expected?
|
||||
if (! tokens)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue