• Yukihiro "Matz" Matsumoto's avatar
    Remove `MRB_METHOD_TABLE_INLINE`. · 2256bb07
    Yukihiro "Matz" Matsumoto authored
    `MRB_METHOD_TABLE_INLINE` was fragile. It requires `-falign-functions=n`.
    On platform that uses higher bits of function pointers, you can use new
    `MRB_METHOD_T_STRUCT` configuration macro.
    2256bb07
mrbconf.h 5.53 KB