diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-06-19 20:50:54 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-06-19 20:50:54 +0000 |
commit | 411547fd9528746860c9ff5bd47d0eddd6715ffa (patch) | |
tree | adeabf78be879a3b98ed3d8e351d7a4703706622 /makedef.pl | |
parent | 85923443d7bc5ad3d52aa96a61a957daf343e48d (diff) | |
download | perl-411547fd9528746860c9ff5bd47d0eddd6715ffa.tar.gz |
"Clean" implementation of binmode(FH)/":raw" identity.
New function table entry so all layer definitions need tweaking.
Extra function table entry allows a layer to remain on a binmode stack
New PerlIOBase_binmode allows easy implementation of default policy.
p4raw-id: //depot/perlio@17309
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index e864f68229..e8122145bf 100644 --- a/makedef.pl +++ b/makedef.pl @@ -738,6 +738,7 @@ my @layer_syms = qw( PerlIOBase_error PerlIOBase_fileno PerlIOBase_pushed + PerlIOBase_binmode PerlIOBase_popped PerlIOBase_read PerlIOBase_setlinebuf |