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

ruby-changes:53299

From: ko1 <ko1@a...>
Date: Sat, 3 Nov 2018 20:20:59 +0900 (JST)
Subject: [ruby-changes:53299] ko1:r65515 (trunk): expose `rb_ary_detransient`.

ko1	2018-11-03 20:20:54 +0900 (Sat, 03 Nov 2018)

  New Revision: 65515

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

  Log:
    expose `rb_ary_detransient`.
    
    * internal.h: expose `rb_ary_detransient`. I'm not sure why there are
      no many troubles without this patch...

  Modified files:
    trunk/internal.h
Index: internal.h
===================================================================
--- internal.h	(revision 65514)
+++ internal.h	(revision 65515)
@@ -2132,6 +2132,9 @@ const char *rb_objspace_data_type_name(V https://github.com/ruby/ruby/blob/trunk/internal.h#L2132
 /* Temporary.  This API will be removed (renamed). */
 VALUE rb_thread_io_blocking_region(rb_blocking_function_t *func, void *data1, int fd);
 
+/* array.c (export) */
+void rb_ary_detransient(VALUE a);
+
 /* bignum.c (export) */
 VALUE rb_big_mul_normal(VALUE x, VALUE y);
 VALUE rb_big_mul_balance(VALUE x, VALUE y);

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

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