aboutsummaryrefslogtreecommitdiffstats
path: root/method.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 14:07:24 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 14:07:24 +0000
commita2561fe3b0d555b4b69414282512577bce5ea0f7 (patch)
treecca1e4aa6a2561e16ca33fd645f81457a98bc303 /method.h
parentc9f685c6013fe490a1cc5910a0f295e73cf52ca0 (diff)
downloadruby-a2561fe3b0d555b4b69414282512577bce5ea0f7.tar.gz
* 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
Diffstat (limited to 'method.h')
-rw-r--r--method.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/method.h b/method.h
index fbd8ce9953..16c20dc345 100644
--- a/method.h
+++ b/method.h
@@ -141,4 +141,6 @@ rb_method_entry_t *rb_method_entry_create(ID called_id, VALUE klass, rb_method_d
rb_method_entry_t *rb_method_entry_clone(const rb_method_entry_t *me);
void rb_method_entry_copy(rb_method_entry_t *dst, rb_method_entry_t *src);
+void rb_scope_visibility_set(rb_method_visibility_t);
+
#endif /* METHOD_H */