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.
This commit is contained in:
Peter Zhu 2023-12-15 14:49:45 -05:00
parent f4d2fe5e0d
commit 824ff48adc
6 changed files with 22 additions and 6 deletions

View file

@ -31,6 +31,7 @@
#include "internal/object.h"
#include "internal/struct.h"
#include "internal/string.h"
#include "internal/st.h"
#include "internal/symbol.h"
#include "internal/variable.h"
#include "variable.h"