1
0
Fork 0
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:
akr 2013-09-01 16:06:20 +00:00
parent 0b8c55f7f3
commit a3e3cce183

View file

@ -42,7 +42,7 @@ big2str_gmp(VALUE x, VALUE vbase)
return rb_big2str_gmp(big(x), NUM2INT(vbase)); return rb_big2str_gmp(big(x), NUM2INT(vbase));
} }
#else #else
#define mul_gmp rb_f_notimplement #define big2str_gmp rb_f_notimplement
#endif #endif
void void