summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafcol.lafayette.edu>1996-02-28 16:49:33 -0800
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-02-28 16:49:33 -0800
commita5f75d667838e8e7bb037880391f5c44476d33b4 (patch)
tree5005e888355c1508bc47da697efe119c1615b123 /opcode.h
parent2920c5d2b358b11ace52104b6944bfa0e89256a7 (diff)
downloadperl-a5f75d667838e8e7bb037880391f5c44476d33b4.tar.gz
perl 5.002perl-5.002
[editor's note: changes seem to be mostly module updates, documentation changes and some perl API macro additions]
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 a18311f9f5..b13849d8aa 100644
--- a/opcode.h
+++ b/opcode.h
@@ -2325,7 +2325,7 @@ EXT U32 opargs[] = {
0x00000604, /* binmode */
0x00021755, /* tie */
0x00000714, /* untie */
- 0x0000070c, /* tied */
+ 0x00000704, /* tied */
0x00011414, /* dbmopen */
0x00000414, /* dbmclose */
0x00111108, /* sselect */
@@ -2336,7 +2336,7 @@ EXT U32 opargs[] = {
0x00000000, /* leavewrite */
0x00002e15, /* prtf */
0x00002e15, /* print */
- 0x0091160c, /* sysopen */
+ 0x00911604, /* sysopen */
0x0091761d, /* sysread */
0x0091161d, /* syswrite */
0x0091161d, /* send */