summaryrefslogtreecommitdiffstats
path: root/variable.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-20 07:04:17 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-07-20 07:04:17 +0000
commit0bee190aafc8219eac5e1b1c885ea09009cbdfb7 (patch)
treea3771a3a26fee50291e65968e4564fd828f4644d /variable.c
parentd4255ef0d33b8365370518991bbd7bd09bae03e3 (diff)
downloadruby-0bee190aafc8219eac5e1b1c885ea09009cbdfb7.tar.gz
ruby-0bee190aafc8219eac5e1b1c885ea09009cbdfb7.tar.xz
ruby-0bee190aafc8219eac5e1b1c885ea09009cbdfb7.zip
* 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
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
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;