diff dmd/mtype.h @ 875:330f999ade44

Merged DMD 1.038
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 06 Jan 2009 16:33:51 +0100
parents 340acf1535d0
children 7985bb036db4
line wrap: on
line diff
--- a/dmd/mtype.h	Tue Jan 06 15:54:48 2009 +0100
+++ b/dmd/mtype.h	Tue Jan 06 16:33:51 2009 +0100
@@ -507,6 +507,7 @@
     void toCBuffer2(OutBuffer *buf, HdrGenState *hgs, int mod);
     void resolve(Loc loc, Scope *sc, Expression **pe, Type **pt, Dsymbol **ps);
     Type *semantic(Loc loc, Scope *sc);
+    Dsymbol *toDsymbol(Scope *sc);
     MATCH deduceType(Scope *sc, Type *tparam, TemplateParameters *parameters, Objects *dedtypes);
 };