diff gen/structs.cpp @ 113:27b9f749d9fe trunk

[svn r117] Initial working implementation of interfaces. Groundwork for all the different types of class/interface casts laid out.
author lindquist
date Sat, 24 Nov 2007 06:33:00 +0100
parents 027b8d8b71ec
children 9c79b61fb638
line wrap: on
line diff
--- a/gen/structs.cpp	Thu Nov 22 22:30:10 2007 +0100
+++ b/gen/structs.cpp	Sat Nov 24 06:33:00 2007 +0100
@@ -445,7 +445,7 @@
         }
     }
 
-    {
+    /*{
         LOG_SCOPE;
         Logger::println("******** DUnion BEGIN");
         size_t n = fields.size();
@@ -458,7 +458,7 @@
             }
         }
         Logger::println("******** DUnion END");
-    }
+    }*/
 }
 
 static void push_nulls(size_t nbytes, std::vector<llvm::Constant*>& out)