diff dmd/template.h @ 1067:7ce8355fbcc6

Improved template emission control for singleobj building.
author Christian Kamm <kamm incasoftware de>
date Sun, 08 Mar 2009 16:21:56 +0100
parents 39519a1ff603
children b30fe7e1dbb9
line wrap: on
line diff
--- a/dmd/template.h	Sun Mar 08 16:21:11 2009 +0100
+++ b/dmd/template.h	Sun Mar 08 16:21:56 2009 +0100
@@ -327,6 +327,7 @@
     // LDC
     TemplateInstance *tinst; // enclosing template instance
     Module* tmodule; // module from outermost enclosing template instantiation
+    Module* emittedInModule; // which module this template instance has been emitted in
     void printInstantiationTrace();
 };