summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-06-19 20:50:54 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-06-19 20:50:54 +0000
commit411547fd9528746860c9ff5bd47d0eddd6715ffa (patch)
treeadeabf78be879a3b98ed3d8e351d7a4703706622 /makedef.pl
parent85923443d7bc5ad3d52aa96a61a957daf343e48d (diff)
downloadperl-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.pl1
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