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:
parent
a531c579f8
commit
7766fcc732
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue