Changeset 766
- Timestamp:
- 08/14/07 23:36:15 (1 year ago)
- Files:
-
- trunk/docs/ChangeLog (modified) (1 diff)
- trunk/rebuild/attrib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/ChangeLog
r765 r766 10 10 easily (see ticket #115). 11 11 - Rebuild: Fixed configuration's "include" option (see ticket #116). 12 - Rebuild: Fixed a crash bug with the highly-uncommon pragmas 13 containing declarations (see ticket #117). 12 14 13 15 0.70 from 0.69: trunk/rebuild/attrib.c
r742 r766 880 880 } 881 881 882 if (decl)883 {884 for (unsigned i = 0; i < decl->dim; i++)885 {886 Dsymbol *s = (Dsymbol *)decl->data[i];887 888 s->semantic(sc);889 }890 }891 882 return; 892 883
