diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-25 20:01:28 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-11-25 20:01:28 +0000 |
commit | a77df51f3c9319336e0ec43ad003b02a0111d2af (patch) | |
tree | f7d8de224e939bd63ba58d3f7aa5d8ff0cb2c41b /pp_sys.c | |
parent | f5b9d040829bb5deb93173e35ee6c82ce0a01c37 (diff) | |
download | perl-a77df51f3c9319336e0ec43ad003b02a0111d2af.tar.gz |
All tests pass on Win32/gcc/USE_PERLIO.
- when crlf layer is pushed make unix-level binary.
- remove :crlf injection in pp_backtick in pp_sys.c
- (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
p4raw-id: //depot/perlio@7857
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -301,9 +301,6 @@ PP(pp_backtick) if (PL_curcop->cop_io) { type = SvPV_nolen(PL_curcop->cop_io); } - else if (O_BINARY != O_TEXT) { - type = ":crlf"; - } if (type && *type) PerlIO_apply_layers(aTHX_ fp,mode,type); |