summaryrefslogtreecommitdiff
path: root/perlio.c
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2011-01-20 22:04:39 +0100
committerFather Chrysostomos <sprout@cpan.org>2011-01-20 19:03:47 -0800
commitc0888ace5ec8d378714cd95caba0b35057e6c3f1 (patch)
tree5bc749529afd0810a3f8e6ad065b04c0758fae7c /perlio.c
parent81fe74fb3f93457df8e864c91546ac6b860657fc (diff)
downloadperl-c0888ace5ec8d378714cd95caba0b35057e6c3f1.tar.gz
Use PerlIOBase_open for pop, utf8 and bytes layers
Diffstat (limited to 'perlio.c')
-rw-r--r--perlio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/perlio.c b/perlio.c
index 85cb10671e..a89bf8b87a 100644
--- a/perlio.c
+++ b/perlio.c
@@ -1160,7 +1160,7 @@ PERLIO_FUNCS_DECL(PerlIO_remove) = {
PERLIO_K_DUMMY | PERLIO_K_UTF8,
PerlIOPop_pushed,
NULL,
- NULL,
+ PerlIOBase_open,
NULL,
NULL,
NULL,
@@ -1966,7 +1966,7 @@ PERLIO_FUNCS_DECL(PerlIO_utf8) = {
PERLIO_K_DUMMY | PERLIO_K_UTF8,
PerlIOUtf8_pushed,
NULL,
- NULL,
+ PerlIOBase_open,
NULL,
NULL,
NULL,
@@ -1997,7 +1997,7 @@ PERLIO_FUNCS_DECL(PerlIO_byte) = {
PERLIO_K_DUMMY,
PerlIOUtf8_pushed,
NULL,
- NULL,
+ PerlIOBase_open,
NULL,
NULL,
NULL,