1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* include/ruby/intern.h (rb_struct_iv_get): deprecated because it is

not used and access internal structure.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-09-29 13:25:54 +00:00
parent 0eddab8404
commit 18a07e9d4b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Tue Sep 29 22:25:41 2009 Tanaka Akira <akr@fsij.org>
* include/ruby/intern.h (rb_struct_iv_get): deprecated because it is
not used and access internal structure.
Tue Sep 29 22:19:36 2009 Tanaka Akira <akr@fsij.org>
* lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec

View file

@ -735,7 +735,7 @@ VALUE rb_struct_initialize(VALUE, VALUE);
VALUE rb_struct_aref(VALUE, VALUE);
VALUE rb_struct_aset(VALUE, VALUE, VALUE);
VALUE rb_struct_getmember(VALUE, ID);
VALUE rb_struct_iv_get(VALUE, const char*);
DEPRECATED(VALUE rb_struct_iv_get(VALUE, const char*));
VALUE rb_struct_s_members(VALUE);
VALUE rb_struct_members(VALUE);
VALUE rb_struct_alloc_noinit(VALUE);