diff dmd2/dsymbol.h @ 953:5fa3e0ea06e9

Merged a bunch recent dmd v1 frontend changes into the dmd v2 tree.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 13 Feb 2009 22:20:30 +0100
parents 75c53f8f67a4
children 638d16625da2
line wrap: on
line diff
--- a/dmd2/dsymbol.h	Thu Feb 12 18:39:14 2009 +0100
+++ b/dmd2/dsymbol.h	Fri Feb 13 22:20:30 2009 +0100
@@ -121,6 +121,7 @@
     void error(const char *format, ...);
     void checkDeprecated(Loc loc, Scope *sc);
     Module *getModule();
+    Module *getCompilationModule(); // possibly different for templates
     Dsymbol *pastMixin();
     Dsymbol *toParent();
     Dsymbol *toParent2();