diff gen/toobj.cpp @ 626:e83ba4ae4878

Fix import visibility bugs 313 and 314.
author Christian Kamm <kamm incasoftware de>
date Wed, 01 Oct 2008 19:16:10 +0200
parents 26fce59fe80a
children aa6a0b7968f7
line wrap: on
line diff
--- a/gen/toobj.cpp	Wed Oct 01 19:15:17 2008 +0200
+++ b/gen/toobj.cpp	Wed Oct 01 19:16:10 2008 +0200
@@ -64,7 +64,7 @@
     Logger::println("Generating module: %s\n", (md ? md->toChars() : toChars()));
     LOG_SCOPE;
 
-    printf("codegen: %s\n", srcfile->toChars());
+//    printf("codegen: %s\n", srcfile->toChars());
 
     // start by deleting the old object file
     deleteObjFile();