diff dmd/attrib.c @ 846:bc982f1ad106

Merged DMD 1.037 frontend
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Sat, 13 Dec 2008 13:15:31 +0100
parents 7d16ce7ad19d
children 330f999ade44
line wrap: on
line diff
--- a/dmd/attrib.c	Sat Dec 13 06:48:00 2008 +0100
+++ b/dmd/attrib.c	Sat Dec 13 13:15:31 2008 +0100
@@ -615,6 +615,7 @@
 	sc->flags = 0;
 	aad.structalign = sc->structalign;
 	aad.parent = ad;
+
 	for (unsigned i = 0; i < decl->dim; i++)
 	{
 	    Dsymbol *s = (Dsymbol *)decl->data[i];