comparison 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
comparison
equal deleted inserted replaced
18:c05ef76f1c20 19:788401029ecf
3938 } 3938 }
3939 else 3939 else
3940 { error("(type identifier : specialization) expected following is"); 3940 { error("(type identifier : specialization) expected following is");
3941 goto Lerr; 3941 goto Lerr;
3942 } 3942 }
3943 e = new IftypeExp(loc, targ, ident, tok, tspec, tok2); 3943 e = new IsExp(loc, targ, ident, tok, tspec, tok2);
3944 break; 3944 break;
3945 } 3945 }
3946 3946
3947 case TOKassert: 3947 case TOKassert:
3948 { Expression *msg = NULL; 3948 { Expression *msg = NULL;