mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 03:43:13 +01:00
First merge of 2.064 beta.
This corresponds to DMD commit a913ce4bc59a94a022a27e390fc841f4aededffb. Doesn't build Phobos yet.
This commit is contained in:
committed by
Kai Nacke
parent
c400d180d2
commit
cb341586e3
@@ -340,13 +340,13 @@ void TemplateMixin::codegen(IRState *p)
|
||||
|
||||
void AttribDeclaration::codegen(IRState *p)
|
||||
{
|
||||
Array *d = include(NULL, NULL);
|
||||
Dsymbols *d = include(NULL, NULL);
|
||||
|
||||
if (d)
|
||||
{
|
||||
for (unsigned i = 0; i < d->dim; i++)
|
||||
{ Dsymbol *s = static_cast<Dsymbol *>(d->data[i]);
|
||||
s->codegen(p);
|
||||
{
|
||||
(*d)[i]->codegen(p);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user