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 e71c414d27..38380f6c4e 100644
--- a/bignum.c
+++ b/bignum.c
@@ -6804,7 +6804,7 @@ rb_big_aref(VALUE x, VALUE y)
* See also Object#hash.
*/
-static VALUE
+VALUE
rb_big_hash(VALUE x)
{
st_index_t hash;