Closed arton closed 1 year ago
According to ruby's allocation framework, it should use T_OBJECT instead of T_DATA. However, Rjb still need to support older version of Ruby, it should use T_DATA. Therefore undefined alloc_fund was needed. Thanks chaadow for #93.
According to ruby's allocation framework, it should use T_OBJECT instead of T_DATA. However, Rjb still need to support older version of Ruby, it should use T_DATA. Therefore undefined alloc_fund was needed. Thanks chaadow for #93.