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

Add note about "struct RBignum is hidden.".

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2014-02-15 02:47:19 +00:00
parent 3a541fd9aa
commit f9810d26b1

1
NEWS
View file

@ -64,3 +64,4 @@ with all sufficient information, see the ChangeLog file.
rb_gc_set_params : internal function. no replacement.
* struct RBignum is hidden. [Feature #6083]
Use rb_integer_pack and rb_integer_unpack instead.