mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
[svn r23] * Updated to DMD 1.021
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user