diff dmd/mtype.h @ 211:f66219e0d530 trunk

[svn r227] Fixed: crash in lifetime.d when resizing array of AAs by .length assignment.
author lindquist
date Tue, 27 May 2008 19:53:29 +0200
parents db9890b3fb64
children 0806379a5eca
line wrap: on
line diff
--- a/dmd/mtype.h	Wed May 14 02:00:23 2008 +0200
+++ b/dmd/mtype.h	Tue May 27 19:53:29 2008 +0200
@@ -360,6 +360,7 @@
     Expression *dotExp(Scope *sc, Expression *e, Identifier *ident);
     Expression *defaultInit(Loc loc);
     MATCH deduceType(Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes);
+    int isZeroInit();
     int checkBoolean();
     TypeInfoDeclaration *getTypeInfoDeclaration();
     int hasPointers();