[svn r23] * Updated to DMD 1.021

This commit is contained in:
Tomas Lindquist Olsen
2007-10-04 03:42:56 +02:00
parent 8004219a69
commit 1cb583cbca
24 changed files with 638 additions and 179 deletions

View File

@@ -3940,7 +3940,7 @@ Expression *Parser::parsePrimaryExp()
{ error("(type identifier : specialization) expected following is");
goto Lerr;
}
e = new IftypeExp(loc, targ, ident, tok, tspec, tok2);
e = new IsExp(loc, targ, ident, tok, tspec, tok2);
break;
}