From 9f051c80dcaaf05d5597b6b8830fade30e131031 Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 6 Jul 2014 12:45:27 +0000 Subject: * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pathname/pathname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/pathname/pathname.c b/ext/pathname/pathname.c index 995c96ae07..7c24598759 100644 --- a/ext/pathname/pathname.c +++ b/ext/pathname/pathname.c @@ -440,6 +440,7 @@ path_atime(VALUE self) return rb_funcall(rb_cFile, rb_intern("atime"), 1, get_strpath(self)); } +#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) || defined(_WIN32) /* * call-seq: * pathname.birthtime -> time @@ -449,7 +450,6 @@ path_atime(VALUE self) * * See File.birthtime. */ -#if defined(HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC) || defined(_WIN32) static VALUE path_birthtime(VALUE self) { -- cgit v1.2.3