From e1d4e54b11d1cc1f05829ddee3bc3ae3d5506969 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Tue, 22 May 2007 15:01:22 +0000 Subject: merge -c 12127 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@12310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') 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; { -- cgit