comparison dmd/TypeFunction.d @ 148:fe2e1b93e88f

phobos compiles now: * fixed upgrade mistake in interpret.Util + implemented missing methods in RealExp,VarExp
author Trass3r
date Wed, 15 Sep 2010 03:58:55 +0200
parents 95b3ed3cddd5
children b7b61140701d
comparison
equal deleted inserted replaced
147:9a2a1ae6c8e5 148:fe2e1b93e88f
421 break; 421 break;
422 422
423 case TRUST.TRUSTsafe: 423 case TRUST.TRUSTsafe:
424 buf.writestring("@safe "); 424 buf.writestring("@safe ");
425 break; 425 break;
426
427 default:
426 } 428 }
427 429
428 if (next && (!ident || ident.toHChars2() == ident.toChars())) 430 if (next && (!ident || ident.toHChars2() == ident.toChars()))
429 next.toCBuffer2(buf, hgs, MODundefined); 431 next.toCBuffer2(buf, hgs, MODundefined);
430 if (hgs.ddoc != 1) 432 if (hgs.ddoc != 1)