summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index bd14e36ffe..67759b61cd 100644
--- a/hash.c
+++ b/hash.c
@@ -295,6 +295,12 @@ rb_hash_tbl(VALUE hash)
return hash_tbl(hash);
}
+struct st_table *
+rb_hash_tbl_raw(VALUE hash)
+{
+ return hash_tbl(hash);
+}
+
static void
rb_hash_modify(VALUE hash)
{