summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
@@ -1973,6 +1973,7 @@ st_hash_uint32(st_index_t h, uint32_t i)
return murmur_step(h, i);
}
st_index_t
st_hash_uint(st_index_t h, st_index_t i)
{