summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-21 21:01:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-21 21:01:45 +0000
commitfae6793e446a46318496910a9e0f1336f815c0bc (patch)
tree836bfe2d79f716f091f4c9746ee232db198c266b /perlio.h
parent2a06dd0083251f74ae7366e8653ef3ad67cd49c6 (diff)
parent83b075c35b61a28ca7e2629bb5d6e26f9e0354fe (diff)
downloadperl-fae6793e446a46318496910a9e0f1336f815c0bc.tar.gz
Integrate perlio:
[ 7796] Win32 builds and runs (mostly) with USE_PERLIO. PERLIO=perlio passes all tests. PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319 [ 7790] If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_). [ 7788] Make extra buffer layer work (dummy crlf layer) p4raw-link: @7796 on //depot/perlio: 83b075c35b61a28ca7e2629bb5d6e26f9e0354fe p4raw-link: @7790 on //depot/perlio: efeab7a8047d7136a0235c1cc7329f57d6a8bfdd p4raw-link: @7788 on //depot/perlio: 88b61e10dfef3b0642d1458a9fff93e5000f86b0 p4raw-id: //depot/perl@7797
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlio.h b/perlio.h
index 32a01133f8..8cb4f7ed06 100644
--- a/perlio.h
+++ b/perlio.h
@@ -312,4 +312,6 @@ extern int PerlIO_isutf8 (PerlIO *);
extern int PerlIO_apply_layers (pTHX_ PerlIO *f,const char *mode, const char *names);
#endif
+extern void PerlIO_debug(const char *fmt,...);
+
#endif /* _PERLIO_H */