mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Inline function should be static
This commit is contained in:
parent
2de3feab44
commit
dd0217a869
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ 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
|
||||
inline VALUE
|
||||
static inline VALUE
|
||||
rb_vm_lvar(rb_execution_context_t *ec, int index)
|
||||
{
|
||||
#if VM_CORE_H_EC_DEFINED
|
||||
|
|
Loading…
Reference in a new issue