summaryrefslogtreecommitdiff
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
commitb16d1968e6376c0622093d0830c50272c929d63f (patch)
tree93947c56926766c96f33cebc5226d088dd69c334 /include
parent7a5ad716d0d4bfe8d28d95ca098f3aca3b0d63f5 (diff)
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*);