diff gen/typinf.cpp @ 336:aaade6ded589 trunk

[svn r357] Merged DMD 1.033
author lindquist
date Sat, 12 Jul 2008 19:38:31 +0200
parents ebaf65fc4726
children d632801b15f0
line wrap: on
line diff
--- a/gen/typinf.cpp	Sat Jul 12 17:04:36 2008 +0200
+++ b/gen/typinf.cpp	Sat Jul 12 19:38:31 2008 +0200
@@ -123,7 +123,7 @@
         }
         else            // if in obj generation pass
         {
-        t->vtinfo->toObjFile();
+        t->vtinfo->toObjFile(0); // TODO: multiobj
         }
     }
     }
@@ -244,7 +244,7 @@
 //                             MAGIC   PLACE
 //////////////////////////////////////////////////////////////////////////////
 
-void TypeInfoDeclaration::toObjFile()
+void TypeInfoDeclaration::toObjFile(int multiobj)
 {
     gIR->resolveList.push_back(this);
 }