From c9e5e4798fffe7e8da8ac1a13e7aa3c4379ab6a9 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 7 Jun 2000 15:49:37 +0000 Subject: 2000-06-08 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@737 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 6d99c3016..816277049 100644 --- a/file.c +++ b/file.c @@ -2167,7 +2167,7 @@ Init_File() rb_define_singleton_method(rb_cFile, "split", rb_file_s_split, 1); rb_define_singleton_method(rb_cFile, "join", rb_file_s_join, -2); -#ifdef DOSISH +#if defined DOSISH && !defined __CYGWIN__ rb_define_const(rb_cFile, "ALT_SEPARATOR", rb_str_new2("\\")); #else rb_define_const(rb_cFile, "ALT_SEPARATOR", Qnil); -- cgit