summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-05 20:02:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-05 20:02:17 +0000
commit1c1fc3ea10284b28de560550fae130e9d453e5c1 (patch)
tree7da6495780973d7c827b272d80eb332f1d347fc5 /opcode.pl
parent5963b987d451051651e0ba84aeab7c2129af761e (diff)
downloadperl-1c1fc3ea10284b28de560550fae130e9d453e5c1.tar.gz
prototype changes for eventually supporting C<binmode(F, ":raw")>
and C<open F, "-|", 'cat', '-v'> p4raw-id: //depot/perl@5554
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index 59b039b23f..29ef602741 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -605,13 +605,13 @@ exit exit ck_fun ds% S?
# I/O.
-open open ck_fun ist@ F S? S?
+open open ck_fun ist@ F S? L
close close ck_fun is% F?
pipe_op pipe ck_fun is@ F F
fileno fileno ck_fun ist% F
umask umask ck_fun ist% S?
-binmode binmode ck_fun s% F
+binmode binmode ck_fun s@ F S?
tie tie ck_fun idms@ R S L
untie untie ck_fun is% R