aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-12-15 14:49:45 -0500
committerPeter Zhu <peter@peterzhu.ca>2023-12-25 10:41:12 -0500
commit824ff48adcd47497b8e2993be5144de0e09a4f66 (patch)
tree7e3b645b1845167ac69d4a851d36964a5f297525 /st.c
parentf4d2fe5e0d22876a6df68b9b56fb00b25d7aa5d8 (diff)
downloadruby-824ff48adcd47497b8e2993be5144de0e09a4f66.tar.gz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index b921b1bf3b..33a05c3c4a 100644
--- a/st.c
+++ b/st.c
@@ -108,6 +108,7 @@
#include "internal/bits.h"
#include "internal/hash.h"
#include "internal/sanitizers.h"
+#include "internal/st.h"
#endif
#include <stdio.h>