summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file.c b/file.c
index add70d2697..5b2d62757d 100644
--- a/file.c
+++ b/file.c
@@ -1973,6 +1973,7 @@ rb_f_test(argc, argv)
return Qnil; /* not reached */
}
+static VALUE rb_stat_s_alloc _((VALUE));
static VALUE
rb_stat_s_alloc(klass)
VALUE klass;