mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* object.c (InitVM_Object): Update referenced document path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5858f6c196
commit
b9a82eaa13
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Aug 14 14:54:14 2016 Kouhei Sutou <kou@cozmixng.org>
|
||||
|
||||
* object.c (InitVM_Object): Update referenced document path.
|
||||
|
||||
Sat Aug 13 23:08:01 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* numeric.c (num_funcall0, num_funcall1): get rid of infinite
|
||||
|
|
2
object.c
2
object.c
|
@ -3581,7 +3581,7 @@ InitVM_Object(void)
|
|||
* Document-class: Data
|
||||
*
|
||||
* This is a recommended base class for C extensions using Data_Make_Struct
|
||||
* or Data_Wrap_Struct, see README.EXT for details.
|
||||
* or Data_Wrap_Struct, see doc/extension.rdoc for details.
|
||||
*/
|
||||
rb_cData = rb_define_class("Data", rb_cObject);
|
||||
rb_undef_alloc_func(rb_cData);
|
||||
|
|
Loading…
Add table
Reference in a new issue