This commit is contained in:
Frits van Bommel
2009-03-29 19:46:37 +02:00
3 changed files with 5 additions and 2 deletions

View File

@@ -4577,4 +4577,5 @@ void TemplateMixin::toObjFile(int multiobj)
//printf("TemplateMixin::toObjFile('%s')\n", toChars());
TemplateInstance::toObjFile(multiobj);
}
#endif
#endif

View File

@@ -380,3 +380,4 @@ Dsymbol *getDsymbol(Object *o);
void ObjectToCBuffer(OutBuffer *buf, HdrGenState *hgs, Object *oarg);
#endif /* DMD_TEMPLATE_H */

View File

@@ -11,4 +11,5 @@ int optLevel();
bool optimize();
#endif
#endif