ruby-changes:49193
From: nobu <ko1@a...>
Date: Mon, 18 Dec 2017 10:54:25 +0900 (JST)
Subject: [ruby-changes:49193] nobu:r61311 (trunk): st.c: no C99 comment
nobu 2017-12-18 10:54:19 +0900 (Mon, 18 Dec 2017) New Revision: 61311 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61311 Log: st.c: no C99 comment Modified files: trunk/st.c Index: st.c =================================================================== --- st.c (revision 61310) +++ st.c (revision 61311) @@ -2241,7 +2241,7 @@ rb_hash_bulk_insert(long argc, const VAL https://github.com/ruby/ruby/blob/trunk/st.c#L2241 void Init_st(void) { - // initialize st_table pool + /* initialize st_table pool */ list_head_init(&st_table_pool.head); st_table_pool.length = 0; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/