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

ruby-changes:28619

From: kosaki <ko1@a...>
Date: Sun, 12 May 2013 18:03:32 +0900 (JST)
Subject: [ruby-changes:28619] kosaki:r40671 (trunk): * include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcause

kosaki	2013-05-12 18:02:10 +0900 (Sun, 12 May 2013)

  New Revision: 40671

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

  Log:
    * include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcause
      ruby.h has a declaration for that.

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

Index: include/ruby/intern.h
===================================================================
--- include/ruby/intern.h	(revision 40670)
+++ include/ruby/intern.h	(revision 40671)
@@ -865,8 +865,6 @@ VALUE rb_ivar_set(VALUE, ID, VALUE); https://github.com/ruby/ruby/blob/trunk/include/ruby/intern.h#L865
 VALUE rb_ivar_defined(VALUE, ID);
 void rb_ivar_foreach(VALUE, int (*)(ANYARGS), st_data_t);
 st_index_t rb_ivar_count(VALUE);
-VALUE rb_iv_set(VALUE, const char*, VALUE);
-VALUE rb_iv_get(VALUE, const char*);
 VALUE rb_attr_get(VALUE, ID);
 VALUE rb_obj_instance_variables(VALUE);
 VALUE rb_obj_remove_instance_variable(VALUE, VALUE);
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40670)
+++ ChangeLog	(revision 40671)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed May  8 13:46:52 2013  KOSAKI Motohiro  <kosaki.motohiro@g...>
+
+	* include/ruby/intern.h (rb_iv_set, rb_iv_get): removed. Bcause
+	  ruby.h has a declaration for that.
+
 Wed May  8 13:49:06 2013  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* include/ruby/intern.h (rb_uint2big, rb_int2big, rb_uint2inum)

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

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