summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-26 09:07:26 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-26 09:07:26 +0000
commit806ff7412735cc554d9fd79e550466e7ba9d0f2a (patch)
treec8afffebb66d490bb1fd6e031cec6edb2fa487b9 /intern.h
parent1ad0350eed7825686e32e1fd6d058c5c5f7ca213 (diff)
downloadruby-806ff7412735cc554d9fd79e550466e7ba9d0f2a.tar.gz
ruby-806ff7412735cc554d9fd79e550466e7ba9d0f2a.tar.xz
ruby-806ff7412735cc554d9fd79e550466e7ba9d0f2a.zip
mark_end_proc
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 33547cf07..963571360 100644
--- a/intern.h
+++ b/intern.h
@@ -121,6 +121,7 @@ VALUE rb_f_lambda _((void));
VALUE rb_protect _((VALUE (*)(), VALUE, int*));
void rb_set_end_proc _((void (*)(), VALUE));
void rb_exec_end_proc _((void));
+void rb_mark_end_proc _((void));
void rb_gc_mark_threads _((void));
void rb_thread_start_timer _((void));
void rb_thread_stop_timer _((void));