From ae7ea3332b07c83ee050c88cd902070689fd582f Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 4 Oct 2008 13:33:22 +0000 Subject: * dln.c: Ruby no longer supports MS-DOS. * ext/sdbm/_sdbm.c: ditto. * ext/sdbm/sdbm.h: ditto. * gc.c: ditto. * hash.c: ditto. * include/ruby/defines.h: ditto. * include/ruby/util.h: ditto. * io.c: ditto. * process.c: ditto. * ruby.c: ditto. * strftime.c: ditto. * util.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 462d45a2b9..d326ca272e 100644 --- a/ruby.c +++ b/ruby.c @@ -1471,15 +1471,6 @@ ruby_prog_init(void) rb_define_hooked_variable("$PROGRAM_NAME", &rb_progname, 0, set_arg0); rb_define_global_const("ARGV", rb_argv); - -#ifdef MSDOS - /* - * There is no way we can refer to them from ruby, so close them to save - * space. - */ - (void)fclose(stdaux); - (void)fclose(stdprn); -#endif } void -- cgit v1.2.3