comparison 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
comparison
equal deleted inserted replaced
1066:186d44690036 1067:7ce8355fbcc6
2873 this->havetempdecl = 0; 2873 this->havetempdecl = 0;
2874 this->isnested = NULL; 2874 this->isnested = NULL;
2875 this->errors = 0; 2875 this->errors = 0;
2876 2876
2877 // LDC 2877 // LDC
2878 this->emittedInModule = NULL;
2878 this->tinst = NULL; 2879 this->tinst = NULL;
2879 this->tmodule = NULL; 2880 this->tmodule = NULL;
2880 } 2881 }
2881 2882
2882 /***************** 2883 /*****************