mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
st.c (st_add_direct_with_hash): make it "static inline"
It was originally static inline, but seemed to be accidentally published
at 8f675cdd00
.
This commit is contained in:
parent
28eefb33c8
commit
2272efa463
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -1197,7 +1197,7 @@ st_insert(st_table *tab, st_data_t key, st_data_t value)
|
|||
|
||||
/* Insert (KEY, VALUE, HASH) into table TAB. The table should not have
|
||||
entry with KEY before the insertion. */
|
||||
void
|
||||
static inline void
|
||||
st_add_direct_with_hash(st_table *tab,
|
||||
st_data_t key, st_data_t value, st_hash_t hash)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue