Fix import visibility bugs 313 and 314.

This commit is contained in:
Christian Kamm
2008-10-01 19:16:10 +02:00
parent cd99e773f0
commit 271012bcfc
4 changed files with 23 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ void Module::genobjfile(int multiobj)
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();