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:
parent
a531c579f8
commit
7766fcc732
2
st.c
2
st.c
@ -2241,7 +2241,7 @@ rb_hash_bulk_insert(long argc, const VALUE *argv, VALUE hash)
|
|||||||
void
|
void
|
||||||
Init_st(void)
|
Init_st(void)
|
||||||
{
|
{
|
||||||
// initialize st_table pool
|
/* initialize st_table pool */
|
||||||
list_head_init(&st_table_pool.head);
|
list_head_init(&st_table_pool.head);
|
||||||
st_table_pool.length = 0;
|
st_table_pool.length = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user