Changeset 377
- Timestamp:
- 02/12/10 01:25:18 (2 years ago)
- Files:
-
- trunk/src/mtype.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/mtype.c
r368 r377 3866 3866 tiargs->push(next); 3867 3867 3868 // Create .AssociativeArray!(index, next) 3868 // Create .object.AssociativeArray!(index, next) 3869 Expression *e = new IdentifierExp(loc, Id::object); 3870 //e = new DotIdExp(loc, e, Id::object); 3869 3871 DotTemplateInstanceExp *dti = new DotTemplateInstanceExp(loc, 3870 new IdentifierExp(loc, Id::empty),3872 e, 3871 3873 Id::AssociativeArray, 3872 3874 tiargs);
