1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

try to remove vm_core.h

This commit is contained in:
Koichi Sasada 2019-11-14 01:48:08 +09:00
parent 7f2c98b11d
commit 3a408aff57
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,10 @@ static inline void rb_builtin_function_check_arity15(VALUE (*f)(rb_execution_con
VALUE rb_vm_lvar_exposed(rb_execution_context_t *ec, int index);
// inline
// __builtin_inline!
PUREFUNC(static inline VALUE rb_vm_lvar(rb_execution_context_t *ec, int index));
static inline VALUE
rb_vm_lvar(rb_execution_context_t *ec, int index)
{