summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
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)