aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-18 01:54:19 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-18 01:54:19 +0000
commit1327785347da173af9154cde49c19667d1b1647e (patch)
treeb3a9e5d9ebada96b15ba475289c03c5d096a97bd /st.c
parent12947976c6320711f36c7b260ae4bc5a963450b6 (diff)
downloadruby-1327785347da173af9154cde49c19667d1b1647e.tar.gz
st.c: no C99 comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 816b3ec71d..2ce7a3fbee 100644
--- a/st.c
+++ b/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;
}