summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-11-23 23:42:45 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-11-23 23:42:45 +0000
commitde6cd452fde5aaf57e339f71b33b6a0852f0f96d (patch)
tree7a070ec59e0d915b5e98d7d4395357e9c87093d8 /perlio.c
parent63dbdb066b93ac25a070d3a7942d248c23ec6088 (diff)
downloadperl-de6cd452fde5aaf57e339f71b33b6a0852f0f96d.tar.gz
Win32/perlio Now just fails one io/argv.t test - lack
of default :crlf on standard streams. p4raw-id: //depot/perlio@7844
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perlio.c b/perlio.c
index 69aba4b72c..8af1cf3b3b 100644
--- a/perlio.c
+++ b/perlio.c
@@ -2125,7 +2125,6 @@ PerlIOCrlf_get_cnt(PerlIO *f)
{
int code;
dTHX;
- Perl_warn(aTHX_ __FUNCTION__ " f=%p CR @ end of buffer",f);
b->ptr++; /* say we have read it as far as flush() is concerned */
b->buf++; /* Leave space an front of buffer */
b->bufsiz--; /* Buffer is thus smaller */