From 7fe95731a811ed3b8775eefe0f7da5e6bec4db93 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 13 Aug 2008 02:46:54 +0000 Subject: * vm_core.h: Declare rb_iseq_clone, which is used in class.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index f1a24e5f94..25017cdab8 100644 --- a/vm_core.h +++ b/vm_core.h @@ -507,6 +507,7 @@ VALUE rb_iseq_compile(VALUE src, VALUE file, VALUE line); VALUE ruby_iseq_disasm(VALUE self); VALUE ruby_iseq_disasm_insn(VALUE str, VALUE *iseqval, int pos, rb_iseq_t *iseq, VALUE child); const char *ruby_node_name(int node); +VALUE rb_iseq_clone(VALUE iseqval, VALUE newcbase); RUBY_EXTERN VALUE rb_cISeq; RUBY_EXTERN VALUE rb_cRubyVM; -- cgit v1.2.3