summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-22 15:01:22 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-22 15:01:22 +0000
commite1d4e54b11d1cc1f05829ddee3bc3ae3d5506969 (patch)
tree0e690e02ab2ec3b1a0ffb11f1711cb7ea6962fdf /file.c
parent0ff424bc3ca851ad4bbb71b7e552d24db60221f6 (diff)
downloadruby-e1d4e54b11d1cc1f05829ddee3bc3ae3d5506969.tar.gz
ruby-e1d4e54b11d1cc1f05829ddee3bc3ae3d5506969.tar.xz
ruby-e1d4e54b11d1cc1f05829ddee3bc3ae3d5506969.zip
merge -c 12127
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12310 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 e392cd7b3..226046a6e 100644
--- a/file.c
+++ b/file.c
@@ -2433,7 +2433,7 @@ rb_path_last_separator(path)
return last;
}
-char *
+static char *
chompdirsep(path)
const char *path;
{