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

ruby-changes:15151

From: nobu <ko1@a...>
Date: Wed, 24 Mar 2010 15:10:32 +0900 (JST)
Subject: [ruby-changes:15151] Ruby:r27030 (trunk): * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.

nobu	2010-03-24 15:08:47 +0900 (Wed, 24 Mar 2010)

  New Revision: 27030

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

  Log:
    * vm_method.c (rb_add_method): prototype of rb_vm_get_sourceline.

  Modified files:
    trunk/vm_method.c

Index: vm_method.c
===================================================================
--- vm_method.c	(revision 27029)
+++ vm_method.c	(revision 27030)
@@ -260,6 +260,7 @@
 rb_method_entry_t *
 rb_add_method(VALUE klass, ID mid, rb_method_type_t type, void *opts, rb_method_flag_t noex)
 {
+    int rb_vm_get_sourceline(const rb_control_frame_t *cfp);
     rb_thread_t *th;
     rb_control_frame_t *cfp;
     int line;

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

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