mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
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:
parent
f4d2fe5e0d
commit
824ff48adc
6 changed files with 22 additions and 6 deletions
1
object.c
1
object.c
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue