aboutsummaryrefslogtreecommitdiffstats
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bignum.c b/bignum.c
index 3d11efa8c4..402de8a992 100644
--- a/bignum.c
+++ b/bignum.c
@@ -1424,7 +1424,7 @@ bigdivmod(x, y, divp, modp)
* Divides big by other, returning the result.
*/
-static VALUE
+VALUE
rb_big_div(x, y)
VALUE x, y;
{
@@ -1458,7 +1458,7 @@ rb_big_div(x, y)
* information.
*/
-static VALUE
+VALUE
rb_big_modulo(x, y)
VALUE x, y;
{