diff gen/typinf.c @ 65:d4a678905d5e trunk

[svn r69] forgot std.stdarg
author lindquist
date Fri, 26 Oct 2007 15:14:51 +0200
parents 2c3cd3596187
children 2b5a2eaa88be
line wrap: on
line diff
--- a/gen/typinf.c	Thu Oct 25 12:09:13 2007 +0200
+++ b/gen/typinf.c	Fri Oct 26 15:14:51 2007 +0200
@@ -242,8 +242,8 @@
 
     Logger::println("TypeInfoDeclaration::toObjFile()");
     LOG_SCOPE;
+
     Logger::println("type = '%s'", tinfo->toChars());
-
     Logger::println("typeinfo mangle: %s", mangle());
 
     // this is a declaration of a builtin __initZ var
@@ -255,9 +255,6 @@
     // custom typedef
     else {
         toDt(NULL);
-        // this is a specialized typeinfo
-        //std::vector<const llvm::Type*> stypes;
-        //stypes.push_back(
     }
 }