summaryrefslogtreecommitdiff
path: root/opcode.h
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.h
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.h')
-rw-r--r--opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index ce88940268..646add4f75 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1643,12 +1643,12 @@ EXT U32 PL_opargs[] = {
0x00001a44, /* dump */
0x00001a44, /* goto */
0x00013644, /* exit */
- 0x0132c81c, /* open */
+ 0x0052c81c, /* open */
0x0001d614, /* close */
0x000cc814, /* pipe_op */
0x0000d61c, /* fileno */
0x0001361c, /* umask */
- 0x0000d604, /* binmode */
+ 0x0012c804, /* binmode */
0x0042e855, /* tie */
0x0000f614, /* untie */
0x0000f604, /* tied */