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:
parent
e92684dae3
commit
5fef2139d4
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue