summaryrefslogtreecommitdiff
path: root/file.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 /file.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 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index b470bd9ab8..cd787e57fd 100644
--- a/file.c
+++ b/file.c
@@ -100,7 +100,7 @@ be_fchown(int fd, uid_t owner, gid_t group)
VALUE rb_cFile;
VALUE rb_mFileTest;
-static VALUE rb_cStat;
+VALUE rb_cStat;
static long apply2files _((void (*)(const char *, void *), VALUE, void *));
static long
@@ -4039,7 +4039,7 @@ rb_stat_sticky(obj)
return Qfalse;
}
-static VALUE rb_mFConst;
+VALUE rb_mFConst;
void
rb_file_const(name, value)