try to remove vm_core.h
This commit is contained in:
parent
7f2c98b11d
commit
3a408aff57
@ -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);
|
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
|
static inline VALUE
|
||||||
rb_vm_lvar(rb_execution_context_t *ec, int index)
|
rb_vm_lvar(rb_execution_context_t *ec, int index)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user