mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 04:13:14 +01:00
Use enum literal instead of constant
This commit is contained in:
@@ -536,7 +536,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