mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix funciton name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0b8c55f7f3
commit
a3e3cce183
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ big2str_gmp(VALUE x, VALUE vbase)
|
|||
return rb_big2str_gmp(big(x), NUM2INT(vbase));
|
||||
}
|
||||
#else
|
||||
#define mul_gmp rb_f_notimplement
|
||||
#define big2str_gmp rb_f_notimplement
|
||||
#endif
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue