mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 20:03:14 +01:00
Forgot D2 versioning on typeinfo change.
This commit is contained in:
@@ -230,7 +230,11 @@ int Type::builtinTypeInfo()
|
||||
|
||||
int TypeBasic::builtinTypeInfo()
|
||||
{
|
||||
#if DMDV2
|
||||
return !mod;
|
||||
#else
|
||||
return 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
int TypeDArray::builtinTypeInfo()
|
||||
|
||||
Reference in New Issue
Block a user