mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-16 20:03:14 +01:00
More tweaks.
This commit is contained in:
@@ -620,7 +620,11 @@ void Module::genmoduleinfo()
|
||||
fatal();
|
||||
}
|
||||
// check for patch
|
||||
#if DMDV2
|
||||
else if (moduleinfo->fields.dim != 10)
|
||||
#else
|
||||
else if (moduleinfo->fields.dim != 9)
|
||||
#endif
|
||||
{
|
||||
error("object.d ModuleInfo class is incorrect");
|
||||
fatal();
|
||||
|
||||
Reference in New Issue
Block a user