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

st.c: no C99 comment

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-12-18 01:54:19 +00:00
parent a531c579f8
commit 7766fcc732

2
st.c
View file

@ -2241,7 +2241,7 @@ rb_hash_bulk_insert(long argc, const VALUE *argv, VALUE hash)
void
Init_st(void)
{
// initialize st_table pool
/* initialize st_table pool */
list_head_init(&st_table_pool.head);
st_table_pool.length = 0;
}