mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-19 03:40:18 +02:00
[svn r23] * Updated to DMD 1.021
This commit is contained in:
+1
-1
@@ -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