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

ruby-changes:30187

From: glass <ko1@a...>
Date: Mon, 29 Jul 2013 22:06:51 +0900 (JST)
Subject: [ruby-changes:30187] glass:r42239 (trunk): * hash.c (rb_hash_compare_by_id): add function prototype.

glass	2013-07-29 22:06:34 +0900 (Mon, 29 Jul 2013)

  New Revision: 42239

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

  Log:
    * hash.c (rb_hash_compare_by_id): add function prototype.

  Modified files:
    trunk/ChangeLog
    trunk/hash.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42238)
+++ ChangeLog	(revision 42239)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Jul 29 22:04:45 2013  Masaki Matsushita  <glass.saga@g...>
+
+	* hash.c (rb_hash_compare_by_id): add function prototype.
+
 Mon Jul 29 21:53:41 2013  Masaki Matsushita  <glass.saga@g...>
 
 	* hash.c (rb_hash_compare_by_id): don't call rb_hash_rehash()
Index: hash.c
===================================================================
--- hash.c	(revision 42238)
+++ hash.c	(revision 42239)
@@ -2288,6 +2288,8 @@ rb_hash_flatten(int argc, VALUE *argv, V https://github.com/ruby/ruby/blob/trunk/hash.c#L2288
     return ary;
 }
 
+static VALUE rb_hash_compare_by_id_p(VALUE hash);
+
 /*
  *  call-seq:
  *     hsh.compare_by_identity -> hsh

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

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