summaryrefslogtreecommitdiffstats
path: root/dir.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-22 12:23:06 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-22 12:23:06 +0000
commitc8365fce410a43adfcc7c641b01e5e740f8172f0 (patch)
tree84f5f34cde5c882205b743c7aae71d3b44356db0 /dir.c
parent6693a944f1c263df85cea992b2b138ff83e26146 (diff)
downloadruby-c8365fce410a43adfcc7c641b01e5e740f8172f0.tar.gz
ruby-c8365fce410a43adfcc7c641b01e5e740f8172f0.tar.xz
ruby-c8365fce410a43adfcc7c641b01e5e740f8172f0.zip
* io.c: remove __CHECKER__ test.
* dir.c: ditto. * dln.c: ditto. * file.c: ditto. * process.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dir.c')
-rw-r--r--dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.c b/dir.c
index 980b57a28..76c926478 100644
--- a/dir.c
+++ b/dir.c
@@ -835,7 +835,7 @@ check_dirname(volatile VALUE *dir)
}
}
-#if defined(HAVE_CHROOT) && !defined(__CHECKER__)
+#if defined(HAVE_CHROOT)
/*
* call-seq:
* Dir.chroot( string ) => 0