arton / rjb

Ruby Java Bridge
https://www.artonx.org/collabo/backyard/?RubyJavaBridge
GNU Lesser General Public License v2.1
117 stars 34 forks source link

fix #93 fake allocation framework #96

Closed arton closed 1 year ago

arton commented 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.