mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-17 05:13:14 +01:00
Allow VarDecl inside AttributeDecl inside DeclExp.
Fixes run/e/extern_10_D
This commit is contained in:
@@ -1216,7 +1216,7 @@ DValue* DtoDeclarationExp(Dsymbol* declaration)
|
||||
Logger::println("AttribDeclaration");
|
||||
for (int i=0; i < a->decl->dim; ++i)
|
||||
{
|
||||
DtoForceDeclareDsymbol((Dsymbol*)a->decl->data[i]);
|
||||
DtoDeclarationExp((Dsymbol*)a->decl->data[i]);
|
||||
}
|
||||
}
|
||||
// mixin declaration
|
||||
|
||||
Reference in New Issue
Block a user