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

ruby-changes:50913

From: nobu <ko1@a...>
Date: Sun, 8 Apr 2018 20:17:50 +0900 (JST)
Subject: [ruby-changes:50913] nobu:r63120 (trunk): compile.c: disable debug prints on sparc

nobu	2018-04-08 20:17:45 +0900 (Sun, 08 Apr 2018)

  New Revision: 63120

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63120

  Log:
    compile.c: disable debug prints on sparc

  Modified files:
    trunk/compile.c
Index: compile.c
===================================================================
--- compile.c	(revision 63119)
+++ compile.c	(revision 63120)
@@ -8167,9 +8167,6 @@ rb_method_for_self_aset(VALUE name, VALU https://github.com/ruby/ruby/blob/trunk/compile.c#L8167
 
 /* ISeq binary format */
 
-#ifdef __sparc
-#define IBF_ISEQ_DEBUG 1
-#endif
 #ifndef IBF_ISEQ_DEBUG
 #define IBF_ISEQ_DEBUG 0
 #endif

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

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