mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-09 21:53:13 +01:00
Merge branch 'master' into merge-2.064
Conflicts: runtime/druntime
This commit is contained in:
@@ -702,7 +702,7 @@ void Module::genmoduleinfo()
|
||||
Logger::println("skipping interface '%s' in moduleinfo", cd->toPrettyChars());
|
||||
continue;
|
||||
}
|
||||
else if (cd->sizeok != 1)
|
||||
else if (cd->sizeok != SIZEOKdone)
|
||||
{
|
||||
Logger::println("skipping opaque class declaration '%s' in moduleinfo", cd->toPrettyChars());
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user