diff dmd/mtype.h @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents 0806379a5eca
children d632801b15f0
line wrap: on
line diff
--- a/dmd/mtype.h	Sat Jul 12 17:04:36 2008 +0200
+++ b/dmd/mtype.h	Sat Jul 12 19:38:31 2008 +0200
@@ -355,6 +355,7 @@
     Type *syntaxCopy();
     d_uns64 size(Loc loc);
     Type *semantic(Loc loc, Scope *sc);
+    void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps);
     void toDecoBuffer(OutBuffer *buf);
     void toCBuffer2(OutBuffer *buf, HdrGenState *hgs, int mod);
     Expression *dotExp(Scope *sc, Expression *e, Identifier *ident);