mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-15 00:22:23 -07:00
simplify name alloctors in rd/ctrl layers; port panel-closure path
This commit is contained in:
@@ -99,6 +99,14 @@ ev_type_key_and_mode_is_expandable(E_TypeKey type_key, E_Mode mode)
|
||||
{
|
||||
result = 1;
|
||||
}
|
||||
if(kind == E_TypeKind_Ptr)
|
||||
{
|
||||
E_Type *type = e_type_from_key__cached(t);
|
||||
if(type->count > 1)
|
||||
{
|
||||
result = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user