summaryrefslogtreecommitdiff
path: root/bignum.c
diff options
context:
space:
mode:
Diffstat (limited to 'bignum.c')
-rw-r--r--bignum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bignum.c b/bignum.c
index 905f2b8e51..24f13403b3 100644
--- a/bignum.c
+++ b/bignum.c
@@ -2670,7 +2670,7 @@ big_shift(VALUE x, long n)
return x;
}
-static VALUE
+static VALUE
big_fdiv(VALUE x, VALUE y)
{
#define DBL_BIGDIG ((DBL_MANT_DIG + BITSPERDIG) / BITSPERDIG)