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

ruby-changes:11508

From: nobu <ko1@a...>
Date: Sat, 4 Apr 2009 17:05:29 +0900 (JST)
Subject: [ruby-changes:11508] Ruby:r23134 (trunk): * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to

nobu	2009-04-04 17:05:17 +0900 (Sat, 04 Apr 2009)

  New Revision: 23134

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

  Log:
    * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to
      check compatibility.  [ruby-dev:38162]

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/intern.h

Index: include/ruby/intern.h
===================================================================
--- include/ruby/intern.h	(revision 23133)
+++ include/ruby/intern.h	(revision 23134)
@@ -424,6 +424,7 @@
 void rb_marshal_define_compat(VALUE newclass, VALUE oldclass, VALUE (*dumper)(VALUE), VALUE (*loader)(VALUE, VALUE));
 /* numeric.c */
 void rb_num_zerodiv(void);
+#define RB_NUM_COERCE_FUNCS_NEED_OPID 1
 VALUE rb_num_coerce_bin(VALUE, VALUE, ID);
 VALUE rb_num_coerce_cmp(VALUE, VALUE, ID);
 VALUE rb_num_coerce_relop(VALUE, VALUE, ID);
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 23133)
+++ ChangeLog	(revision 23134)
@@ -1,3 +1,8 @@
+Sat Apr  4 17:05:15 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to
+	  check compatibility.  [ruby-dev:38162]
+
 Sat Apr  4 07:38:52 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* mkconfig.rb (sitearch): default to arch.

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

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