mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/intern.h (rb_big_hash): Move to internal.h.
* internal.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
18d114eff2
commit
2897eb11a0
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Fri Mar 18 22:32:00 2016 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* include/ruby/intern.h (rb_big_hash): Move to internal.h.
|
||||
|
||||
* internal.h: ditto.
|
||||
|
||||
Fri Mar 18 22:10:00 2016 Kenta Murata <mrkn@mrkn.jp>
|
||||
|
||||
* bignum.c (Bignum#eql?): remove its definition because it is unified
|
||||
|
|
|
@ -133,7 +133,6 @@ VALUE rb_big_lshift(VALUE, VALUE);
|
|||
VALUE rb_big_rshift(VALUE, VALUE);
|
||||
VALUE rb_big_odd_p(VALUE);
|
||||
VALUE rb_big_even_p(VALUE);
|
||||
VALUE rb_big_hash(VALUE);
|
||||
|
||||
/* For rb_integer_pack and rb_integer_unpack: */
|
||||
/* "MS" in MSWORD and MSBYTE means "most significant" */
|
||||
|
|
|
@ -743,6 +743,7 @@ size_t rb_ary_memsize(VALUE);
|
|||
extern const char ruby_digitmap[];
|
||||
VALUE rb_big_fdiv(VALUE x, VALUE y);
|
||||
VALUE rb_big_uminus(VALUE x);
|
||||
VALUE rb_big_hash(VALUE);
|
||||
VALUE rb_integer_float_cmp(VALUE x, VALUE y);
|
||||
VALUE rb_integer_float_eq(VALUE x, VALUE y);
|
||||
|
||||
|
|
Loading…
Reference in a new issue