aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.h
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-11-14 01:48:08 +0900
committerKoichi Sasada <ko1@atdot.net>2019-11-14 01:48:08 +0900
commit3a408aff578bcde428ebdd4560d819c1ba792f2c (patch)
tree6c4b733dd0b1e1cbaf79b0ffa286a2fb7aa7ce1d /builtin.h
parent7f2c98b11d9eedd7028a1ccb2c1f88db71db28ca (diff)
downloadruby-3a408aff578bcde428ebdd4560d819c1ba792f2c.tar.gz
try to remove vm_core.h
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/builtin.h b/builtin.h
index 549343c19d..a31d88b073 100644
--- a/builtin.h
+++ b/builtin.h
@@ -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)
{