diff gen/functions.cpp @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents 20446d22f832
children 6057fdf797d8
line wrap: on
line diff
--- a/gen/functions.cpp	Sat Jul 12 17:04:36 2008 +0200
+++ b/gen/functions.cpp	Sat Jul 12 19:38:31 2008 +0200
@@ -86,7 +86,7 @@
 
     if (typesafeVararg) {
         ClassDeclaration* ti = Type::typeinfo;
-        ti->toObjFile();
+        ti->toObjFile(0); // TODO: multiobj
         DtoForceConstInitDsymbol(ti);
         assert(ti->ir.irStruct->constInit);
         std::vector<const LLType*> types;