From 7766fcc732515acbe0673a162c63d2705143256e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Dec 2017 01:54:19 +0000 Subject: st.c: no C99 comment git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.c') 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; } -- cgit v1.2.3