mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-02 15:06:00 +02:00
global.params.useAvailableExternally -> global.inExtraInliningSemantic.
This will hopefully make the associated code a bit easier to read.
This commit is contained in:
@@ -938,7 +938,7 @@ void FuncDeclaration::semantic3(Scope *sc)
|
||||
semantic3Errors = 0;
|
||||
|
||||
#if IN_LLVM
|
||||
if (!global.params.useAvailableExternally)
|
||||
if (!global.inExtraInliningSemantic)
|
||||
availableExternally = false;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user