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

ruby-changes:34001

From: nobu <ko1@a...>
Date: Sat, 24 May 2014 23:04:43 +0900 (JST)
Subject: [ruby-changes:34001] nobu:r46082 (trunk): internal.h: remove duplicate declaration

nobu	2014-05-24 23:04:40 +0900 (Sat, 24 May 2014)

  New Revision: 46082

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

  Log:
    internal.h: remove duplicate declaration
    
    * internal.h (rb_vm_bugreport): remove declaration duplicate to
      `vm_core.h`.

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 46081)
+++ internal.h	(revision 46082)
@@ -911,7 +911,6 @@ VALUE rb_sourcefilename(void); https://github.com/ruby/ruby/blob/trunk/internal.h#L911
 void rb_vm_pop_cfunc_frame(void);
 
 /* vm_dump.c */
-void rb_vm_bugreport(void);
 void rb_print_backtrace(void);
 
 /* vm_eval.c */

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

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