From 4ab762de21ecf321cf88b8f17750f6f4ea9ebf3f Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 3 Jun 2015 14:07:24 +0000 Subject: * vm_method.c: rename `rb_frame_...' to `rb_scope_...'. * eval_intern.h: move decl. of rb_scope_visibility_set() to method.h. * load.c: catch up this fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- load.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'load.c') diff --git a/load.c b/load.c index bf1d4ee982..02b4a68a89 100644 --- a/load.c +++ b/load.c @@ -929,7 +929,7 @@ load_failed(VALUE fname) static VALUE load_ext(VALUE path) { - rb_frame_visibility_set(METHOD_VISI_PUBLIC); + rb_scope_visibility_set(METHOD_VISI_PUBLIC); return (VALUE)dln_load(RSTRING_PTR(path)); } -- cgit v1.2.3