mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
shugo
* intern.h: added prototype of rb_exec_end_proc() git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bc722c84cd
commit
781ce823dc
1 changed files with 1 additions and 0 deletions
1
intern.h
1
intern.h
|
@ -141,6 +141,7 @@ VALUE rb_f_lambda _((void));
|
|||
VALUE rb_protect _((VALUE (*)(), VALUE, int*));
|
||||
void rb_set_end_proc _((void (*)(), VALUE));
|
||||
void rb_mark_end_proc _((void));
|
||||
void rb_exec_end_proc _((void));
|
||||
void ruby_finalize _((void));
|
||||
void ruby_stop _((int));
|
||||
void rb_gc_mark_threads _((void));
|
||||
|
|
Loading…
Reference in a new issue