From 781ce823dcf986620464a433340d0438b6fe7cd6 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 6 Dec 2000 05:29:05 +0000 Subject: 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 --- intern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern.h') diff --git a/intern.h b/intern.h index 35ff93f80a..b60180a291 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)); -- cgit v1.2.3