From 0bee190aafc8219eac5e1b1c885ea09009cbdfb7 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 Jul 2006 07:04:17 +0000 Subject: * ruby.h: export classes/modules to implement sandbox. [ruby-core:08283] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10573 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 0ca978d4b..a617e7e8d 100644 --- a/variable.c +++ b/variable.c @@ -18,7 +18,7 @@ #include "st.h" #include "util.h" -static st_table *rb_global_tbl; +st_table *rb_global_tbl; st_table *rb_class_tbl; static ID autoload, classpath, tmp_classpath; -- cgit