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:
parent
8fca7e003a
commit
9e746a3518
@ -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 *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user