summaryrefslogtreecommitdiff
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 63ad2712bd..38254534ad 100644
--- a/bignum.c
+++ b/bignum.c
@@ -922,7 +922,7 @@ rb_big_to_f(x)
*
*/
-static VALUE
+VALUE
rb_big_cmp(x, y)
VALUE x, y;
{
@@ -968,7 +968,7 @@ rb_big_cmp(x, y)
* 68719476736 == 68719476736.0 #=> true
*/
-static VALUE
+VALUE
rb_big_eq(x, y)
VALUE x, y;
{