summaryrefslogtreecommitdiff
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
commit7766fcc732515acbe0673a162c63d2705143256e (patch)
treeb3a9e5d9ebada96b15ba475289c03c5d096a97bd
parenta531c579f85d06868432c02495ec23098fe4da5b (diff)
st.c: no C99 comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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;
}