summaryrefslogtreecommitdiff
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
commit980326f6f1329c17f1b1bcb369fdd97add9650d1 (patch)
treea3771a3a26fee50291e65968e4564fd828f4644d /variable.c
parent3cc5299a2b5791669bbcec6431fe90fa65b4e798 (diff)
* ruby.h: export classes/modules to implement sandbox.
[ruby-core:08283] git-svn-id: svn+ssh://ci.ruby-lang.org/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 0ca978d4b0..a617e7e8d7 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;