ruby-changes:49824
From: shyouhei <ko1@a...>
Date: Fri, 19 Jan 2018 12:55:21 +0900 (JST)
Subject: [ruby-changes:49824] shyouhei:r61942 (trunk): st_hashtype_num marked as static
shyouhei 2018-01-19 12:55:16 +0900 (Fri, 19 Jan 2018) New Revision: 61942 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61942 Log: st_hashtype_num marked as static Modified files: trunk/st.c Index: st.c =================================================================== --- st.c (revision 61941) +++ st.c (revision 61942) @@ -135,7 +135,7 @@ struct st_table_entry { https://github.com/ruby/ruby/blob/trunk/st.c#L135 }; #define type_numhash st_hashtype_num -const struct st_hash_type st_hashtype_num = { +static const struct st_hash_type st_hashtype_num = { st_numcmp, st_numhash, }; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/