mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bignum.c (bigdivrem): Useless declaration removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
326e38164b
commit
102a2c2e80
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 4 23:02:12 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* bignum.c (bigdivrem): Useless declaration removed.
|
||||
|
||||
Wed Sep 4 22:56:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* numeric.c (NUM_STEP_GET_INF): split from NUM_STEP_SCAN_ARGS(), since
|
||||
|
|
3
bignum.c
3
bignum.c
|
@ -5809,9 +5809,6 @@ rb_big_minus(VALUE x, VALUE y)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
static VALUE bigdivrem(VALUE, VALUE, volatile VALUE*, volatile VALUE*);
|
||||
|
||||
static VALUE
|
||||
bigsq(VALUE x)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue