summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-16 13:50:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-16 13:50:18 +0000
commit3610c1e01b99133936d877f083703f46c4569a63 (patch)
tree2a0ca02638563200915743fff9b37eae6b915927 /file.c
parent7c8a85beb91b37a137ecc0ab77761e85ec5a75a8 (diff)
downloadruby-3610c1e01b99133936d877f083703f46c4569a63.tar.gz
ruby-3610c1e01b99133936d877f083703f46c4569a63.tar.xz
ruby-3610c1e01b99133936d877f083703f46c4569a63.zip
* file.c (file_inspect_join): commit miss, applied a patch for old trunk.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index e6e56099c..818d8087b 100644
--- a/file.c
+++ b/file.c
@@ -2709,7 +2709,6 @@ static VALUE
file_inspect_join(ary, arg)
VALUE ary;
VALUE *arg;
- int recur;
{
return rb_file_join(arg[0], arg[1]);
}