Files
mruby-mruby/src
Yukihiro "Matz" Matsumoto 30424dfa74 Restore old function names for compatibility; fix #5070
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).
2020-10-12 18:20:18 +09:00
..
2020-10-12 18:19:54 +09:00
2020-10-12 16:21:03 +09:00
2020-10-12 16:21:03 +09:00
2020-10-12 18:19:54 +09:00
2020-10-12 18:20:16 +09:00
2020-10-12 18:19:54 +09:00
2020-10-12 16:20:41 +09:00
2020-10-12 18:20:16 +09:00
2020-10-12 18:19:54 +09:00
2016-05-09 17:19:47 +02:00