mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-05-01 07:51:29 +02:00
Another fix for nested context in structs.
This commit is contained in:
@@ -28,6 +28,6 @@ LLValue* DtoResolveNestedContext(Loc loc, ClassDeclaration *decl, LLValue *value
|
||||
llvm::Value* DtoNestedContext(Loc loc, Dsymbol* sym);
|
||||
|
||||
/// Gets the DValue of a nested variable with arbitrary nesting.
|
||||
DValue* DtoNestedVariable(Loc loc, Type* astype, VarDeclaration* vd);
|
||||
DValue* DtoNestedVariable(Loc loc, Type* astype, VarDeclaration* vd, bool byref = false);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user