mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* intern.h (rb_obj_instance_exec, rb_mod_module_exec): add declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
495d872fac
commit
3b7c8b3488
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Apr 6 16:43:06 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* intern.h (rb_obj_instance_exec, rb_mod_module_exec): add declaration.
|
||||
|
||||
Thu Apr 6 11:18:37 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681]
|
||||
|
|
2
intern.h
2
intern.h
|
@ -226,7 +226,9 @@ VALUE rb_apply(VALUE, ID, VALUE);
|
|||
void rb_backtrace(void);
|
||||
ID rb_frame_this_func(void);
|
||||
VALUE rb_obj_instance_eval(int, VALUE*, VALUE);
|
||||
VALUE rb_obj_instance_exec(int, VALUE*, VALUE);
|
||||
VALUE rb_mod_module_eval(int, VALUE*, VALUE);
|
||||
VALUE rb_mod_module_exec(int, VALUE*, VALUE);
|
||||
void rb_load(VALUE, int);
|
||||
void rb_load_protect(VALUE, int, int*);
|
||||
NORETURN(void rb_jump_tag(int));
|
||||
|
|
Loading…
Reference in a new issue