summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-22 02:37:13 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-22 02:37:13 +0000
commitf4d2486d00ce5ab1fe0d75a86e35384561b22d4c (patch)
treedc3aeefcb03bd48946293e262cc52d5f62340947 /file.c
parentf60569659e36f07c86ca17e4ff615d23ddc670fd (diff)
downloadruby-f4d2486d00ce5ab1fe0d75a86e35384561b22d4c.tar.gz
ruby-f4d2486d00ce5ab1fe0d75a86e35384561b22d4c.tar.xz
ruby-f4d2486d00ce5ab1fe0d75a86e35384561b22d4c.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index adf1ec51a..2ee8d583a 100644
--- a/file.c
+++ b/file.c
@@ -1129,7 +1129,7 @@ static VALUE
rb_file_s_readlink(obj, path)
VALUE obj, path;
{
-#ifdef READLINK
+#ifdef HAVE_READLINK_VOID
char buf[MAXPATHLEN];
int cc;