1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

st_hashtype_num marked as static

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-01-19 03:55:16 +00:00
parent e92684dae3
commit 5fef2139d4

2
st.c
View file

@ -135,7 +135,7 @@ struct st_table_entry {
};
#define type_numhash st_hashtype_num
const struct st_hash_type st_hashtype_num = {
static const struct st_hash_type st_hashtype_num = {
st_numcmp,
st_numhash,
};