summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-06 05:29:05 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-06 05:29:05 +0000
commit32961d039c86c43f76f986b91804ba506f785bc0 (patch)
tree99d31b403204b9374ea7f853201a6c0e6e31661a
parentdcafbf8871af236f237ac0cdcbc4b52622ac534a (diff)
downloadruby-32961d039c86c43f76f986b91804ba506f785bc0.tar.gz
ruby-32961d039c86c43f76f986b91804ba506f785bc0.tar.xz
ruby-32961d039c86c43f76f986b91804ba506f785bc0.zip
shugo
* intern.h: added prototype of rb_exec_end_proc() git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 35ff93f80..b60180a29 100644
--- a/intern.h
+++ b/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));