diff dmd/template.c @ 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 780530d1cad3
children d33b0d4b816a
line wrap: on
line diff
--- a/dmd/template.c	Sun Mar 08 16:21:11 2009 +0100
+++ b/dmd/template.c	Sun Mar 08 16:21:56 2009 +0100
@@ -2875,6 +2875,7 @@
     this->errors = 0;
 
     // LDC
+    this->emittedInModule = NULL;
     this->tinst = NULL;
     this->tmodule = NULL;
 }