* vm.c (rb_frame_method_id_and_class): new function to get the
method id and class of the current frame. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c40d4252ce
commit
8e4c6d8482
@ -1,3 +1,8 @@
|
||||
Tue Dec 25 17:48:28 2007 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* vm.c (rb_frame_method_id_and_class): new function to get the
|
||||
method id and class of the current frame.
|
||||
|
||||
Tue Dec 25 17:32:04 2007 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* lib/mkmf.rb (create_makefile): Add a missing dependency on the
|
||||
|
@ -626,6 +626,7 @@ VALUE rb_str_succ(VALUE);
|
||||
VALUE rb_time_succ(VALUE);
|
||||
void Init_stack(VALUE*);
|
||||
void rb_frame_pop(void);
|
||||
int rb_frame_method_id_and_class(ID *idp, VALUE *klassp);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user