summaryrefslogtreecommitdiff
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
commit975e0fadaac292b85a6bdb44eb09c7ad5163c8ff (patch)
treedc3aeefcb03bd48946293e262cc52d5f62340947 /file.c
parentfe7108a822f0440c2d021298bffedc68aca729b5 (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/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 adf1ec51ab..2ee8d583a7 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;