diff dmd/parse.c @ 19:788401029ecf trunk

[svn r23] * Updated to DMD 1.021
author lindquist
date Thu, 04 Oct 2007 03:42:56 +0200
parents c53b6e3fe49a
children 3cfcb944304e
line wrap: on
line diff
--- a/dmd/parse.c	Thu Oct 04 01:47:53 2007 +0200
+++ b/dmd/parse.c	Thu Oct 04 03:42:56 2007 +0200
@@ -3940,7 +3940,7 @@
 	    {   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;
 	}