• Yukihiro "Matz" Matsumoto's avatar
    Restore old function names for compatibility; fix #5070 · 30424dfa
    Yukihiro "Matz" Matsumoto authored
    Rename new functions:
    
    - `mrb_convert_type(mrb,val,type,tname,method)`
       => `mrb_type_convert(mrb,val,type,tname,method)`
    - `mrb_check_convert_type(mrb,val,type,tname,method)`
       => `mrb_type_convert_check(mrb,val,type,tname,method)`
    
    Old names are defined by macros (support `tname` drop and
    `char*` => `mrb_sym` conversion).
    30424dfa
kernel.c 5.64 KB