summaryrefslogtreecommitdiff
path: root/ext/-test-/bignum
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-01 16:06:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-01 16:06:20 +0000
commita3e3cce183e8bf9b872d517024b50898bd5a141a (patch)
treeb3bf75041511e4d25f34ee320e70f9b70f7ddacd /ext/-test-/bignum
parent0b8c55f7f31f14951ad6a9999d61671264d4f930 (diff)
Fix funciton name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/-test-/bignum')
-rw-r--r--ext/-test-/bignum/big2str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/bignum/big2str.c b/ext/-test-/bignum/big2str.c
index 794b4e8b22..0c603a919f 100644
--- a/ext/-test-/bignum/big2str.c
+++ b/ext/-test-/bignum/big2str.c
@@ -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