1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rb_global_tbl marked as static

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2018-01-18 09:44:52 +00:00
parent 8fca7e003a
commit 9e746a3518

View file

@ -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 *);