aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-04 05:40:18 +0000
committerktsj <ktsj@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-12-04 05:40:18 +0000
commit2c87c4b92887c24938eaa85f8d06b305104ef572 (patch)
tree93947c56926766c96f33cebc5226d088dd69c334 /include
parent4db94d8b22ad93505ee9e7bb6e3304c03e4e9d9c (diff)
downloadruby-2c87c4b92887c24938eaa85f8d06b305104ef572.tar.gz
Revert changes on rb_frame_method_id_and_class()
r56593 introduced backwards incompatible changes in the API. [ruby-core:78471] [Feature #12747] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 8776a596f0..efa8f4058c 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -969,7 +969,7 @@ VALUE rb_mod_remove_cvar(VALUE, VALUE);
ID rb_frame_callee(void);
VALUE rb_str_succ(VALUE);
VALUE rb_time_succ(VALUE);
-int rb_frame_method_id_and_class(ID *idp, ID *called_idp, VALUE *klassp);
+int rb_frame_method_id_and_class(ID *idp, VALUE *klassp);
VALUE rb_make_backtrace(void);
VALUE rb_make_exception(int, const VALUE*);