From 9e746a3518d5a9af3aca1a00e73ab555fa73ebe3 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Thu, 18 Jan 2018 09:44:52 +0000 Subject: rb_global_tbl marked as static git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- variable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 1923f28f52..3e37bc2f72 100644 --- a/variable.c +++ b/variable.c @@ -22,7 +22,7 @@ #include "id_table.h" #include "debug_counter.h" -struct rb_id_table *rb_global_tbl; +static struct rb_id_table *rb_global_tbl; static ID autoload, classpath, tmp_classpath, classid; static void check_before_mod_set(VALUE, ID, VALUE, const char *); -- cgit v1.2.3