comparison dmd/expression.c @ 1133:eeb8b95ea92e

Cleanup DMD 1.041 merge.
author Tomas Lindquist Olsen <tomas.l.olsen gmail.com>
date Mon, 23 Mar 2009 20:26:33 +0100
parents e7f0c2b48047
children 1860414bf3b7
comparison
equal deleted inserted replaced
1132:76e72fdef04d 1133:eeb8b95ea92e
705 if (tb->ty == Tstruct && !(p->storageClass & (STCref | STCout))) 705 if (tb->ty == Tstruct && !(p->storageClass & (STCref | STCout)))
706 { 706 {
707 arg = callCpCtor(loc, sc, arg); 707 arg = callCpCtor(loc, sc, arg);
708 } 708 }
709 #endif 709 #endif
710
711 710
712 // Convert lazy argument to a delegate 711 // Convert lazy argument to a delegate
713 if (p->storageClass & STClazy) 712 if (p->storageClass & STClazy)
714 { 713 {
715 arg = arg->toDelegate(sc, p->type); 714 arg = arg->toDelegate(sc, p->type);