diff options
author | Peter Zhu <[email protected]> | 2023-12-15 14:49:45 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-12-25 10:41:12 -0500 |
commit | 824ff48adcd47497b8e2993be5144de0e09a4f66 (patch) | |
tree | 7e3b645b1845167ac69d4a851d36964a5f297525 /st.c | |
parent | f4d2fe5e0d22876a6df68b9b56fb00b25d7aa5d8 (diff) |
Move internal ST functions to internal/st.h
st_replace and st_init_existing_table_with_size are functions used
internally in Ruby and should not be publicly visible.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ #include "internal/bits.h" #include "internal/hash.h" #include "internal/sanitizers.h" +#include "internal/st.h" #endif #include <stdio.h> |