aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-17 05:45:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-17 05:45:44 +0000
commit51bb002fdc6d19e194ffec439c494c6252422f3f (patch)
treef819252822221379fcc79679cc988b8c1b9b5c2d /vm_method.c
parent47b03e7a10e0856385d39272b70a54257aa9593f (diff)
downloadruby-51bb002fdc6d19e194ffec439c494c6252422f3f.tar.gz
DEPRECATED_INTERNAL_FEATURE
* error.c (ruby_deprecated_internal_feature): renamed, to explicitly represent deprecation. * internal.h (DEPRECATED_INTERNAL_FEATURE): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_method.c b/vm_method.c
index 57b805406c..dd5b921d7e 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -83,7 +83,7 @@ rb_class_clear_method_cache(VALUE klass, VALUE arg)
void
rb_clear_cache(void)
{
- ONLY_FOR_INTERNAL_USE("rb_clear_cache()");
+ DEPRECATED_INTERNAL_FEATURE("rb_clear_cache()");
}
void