summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 891fe8d519..924a15d02f 100644
--- a/st.c
+++ b/st.c
@@ -2027,7 +2027,7 @@ st_hash_end(st_index_t h)
#undef st_hash_start
st_index_t
-st_hash_start(st_index_t h)
+rb_st_hash_start(st_index_t h)
{
return h;
}