summaryrefslogtreecommitdiff
path: root/gcc/d/dmd/semantic2.d
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/semantic2.d')
-rw-r--r--gcc/d/dmd/semantic2.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/semantic2.d b/gcc/d/dmd/semantic2.d
index b9029a16ef8..cd65920e38b 100644
--- a/gcc/d/dmd/semantic2.d
+++ b/gcc/d/dmd/semantic2.d
@@ -478,7 +478,7 @@ private extern(C++) final class Semantic2Visitor : Visitor
i.mod.semantic2(null);
if (i.mod.needmoduleinfo)
{
- //printf("module5 %s because of %s\n", sc.module.toChars(), mod.toChars());
+ //printf("module5 %s because of %s\n", sc._module.toChars(), mod.toChars());
if (sc)
sc._module.needmoduleinfo = 1;
}