[前][次][番号順一覧][スレッド一覧]

ruby-changes:7034

From: knu <ko1@a...>
Date: Wed, 13 Aug 2008 11:47:08 +0900 (JST)
Subject: [ruby-changes:7034] Ruby:r18552 (trunk): * vm_core.h: Declare rb_iseq_clone, which is used in class.c.

knu	2008-08-13 11:46:54 +0900 (Wed, 13 Aug 2008)

  New Revision: 18552

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18552

  Log:
    * vm_core.h: Declare rb_iseq_clone, which is used in class.c.

  Modified files:
    trunk/ChangeLog
    trunk/vm_core.h

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18551)
+++ ChangeLog	(revision 18552)
@@ -1,3 +1,7 @@
+Wed Aug 13 11:45:51 2008  Akinori MUSHA  <knu@i...>
+
+	* vm_core.h: Declare rb_iseq_clone, which is used in class.c.
+
 Wed Aug 13 11:39:19 2008  Tanaka Akira  <akr@f...>
 
 	* transcode.c (transcode_search_path): return the length of converter
Index: vm_core.h
===================================================================
--- vm_core.h	(revision 18551)
+++ vm_core.h	(revision 18552)
@@ -507,6 +507,7 @@
 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;

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]