From 5fef2139d4b172199514c98cb0db95e8b61a8fd1 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 19 Jan 2018 03:55:16 +0000 Subject: [PATCH] st_hashtype_num marked as static git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index 2e7fc6bfde..c5a20698af 100644 --- a/st.c +++ b/st.c @@ -135,7 +135,7 @@ struct st_table_entry { }; #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, };