• Yukihiro "Matz" Matsumoto's avatar
    Fix missing `MRB_API` prefix for functions below; clse #4267 · c2660b81
    Yukihiro "Matz" Matsumoto authored
    Functions to add prototypes to headers:
    * mrb_ary_splice()
    * mrb_notimplement()
    * mrb_vformat()
    * mrb_cstr_to_dbl()
    * mrb_cstr_to_inum()
    
    Functions to be made `static` (`MRB_API` was not needed):
    * mrb_mod_module_function()
    * mrb_obj_hash()
    * mrb_str_len_to_inum()
    
    Functions to remove `MRB_API` from definitions (referenced from within `libmruby`):
    * mrb_mod_cv_defined()
    * mrb_mod_cv_get()
    * mrb_f_send()
    c2660b81
class.c 57.9 KB