comparison dmd/mtype.h @ 658:50383e476c7e

Upgraded frontend to DMD 1.035
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Mon, 06 Oct 2008 16:22:11 +0200
parents af9bdd69a7ec
children 6aaa3d3c1183
comparison
equal deleted inserted replaced
657:c42173b3557b 658:50383e476c7e
264 IrType ir; 264 IrType ir;
265 }; 265 };
266 266
267 struct TypeBasic : Type 267 struct TypeBasic : Type
268 { 268 {
269 char *dstring; 269 const char *dstring;
270 char *cstring; 270 const char *cstring;
271 unsigned flags; 271 unsigned flags;
272 272
273 TypeBasic(TY ty); 273 TypeBasic(TY ty);
274 Type *syntaxCopy(); 274 Type *syntaxCopy();
275 d_uns64 size(Loc loc); 275 d_uns64 size(Loc loc);