summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1999-06-16 20:39:34 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-07-27 06:30:09 +0000
commit6a4ebeb42ab5780d243a9773496bb86349c9f383 (patch)
tree87a68c7db652aef9bf5d18ececb42a5ef889680e /opcode.h
parent87c2d9f7e5ee5641d5edf7b310f3ece276948e17 (diff)
downloadperl-6a4ebeb42ab5780d243a9773496bb86349c9f383.tar.gz
applied suggested patch; added missing prototype changes to
opcode.pl along with documentation typos (feature still needs to be described in perlopentut.pod and summarized in perldelta.pod) Message-Id: <199906170439.AAA18154@monk.mps.ohio-state.edu> Subject: [PATCH 5.00557] 3-arg open p4raw-id: //depot/perl@3786
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 58d86ea766..7d9bd81caa 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1994,7 +1994,7 @@ EXT U32 PL_opargs[] = {
0x00001a44, /* dump */
0x00001a44, /* goto */
0x00013644, /* exit */
- 0x0012c81c, /* open */
+ 0x0132c81c, /* open */
0x0001d614, /* close */
0x000cc814, /* pipe_op */
0x0000d61c, /* fileno */