summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-08 14:00:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-08 14:00:23 +0000
commit718a327c4ca347b8ea8543d4418a22703669a8bf (patch)
tree6e0e43595dff88a0ee2e38a93bac62294ec660d2 /perl.c
parent0f963d18b45f22cda3029bf090e5d41f52f4ab8b (diff)
downloadperl-718a327c4ca347b8ea8543d4418a22703669a8bf.tar.gz
DJGPP tweaks from Laszlo Molnar.
p4raw-id: //depot/perl@14596
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/perl.c b/perl.c
index c220f66385..91a3ddaf68 100644
--- a/perl.c
+++ b/perl.c
@@ -202,16 +202,6 @@ perl_construct(pTHXx)
PL_sighandlerp = Perl_sighandler;
PL_pidstatus = newHV();
-
-#ifdef MSDOS
- /*
- * There is no way we can refer to them from Perl so close them to save
- * space. The other alternative would be to provide STDAUX and STDPRN
- * filehandles.
- */
- (void)PerlIO_close(PerlIO_importFILE(stdaux, 0));
- (void)PerlIO_close(PerlIO_importFILE(stdprn, 0));
-#endif
}
PL_rs = newSVpvn("\n", 1);