summaryrefslogtreecommitdiff
path: root/opcode.pl
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.pl
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.pl')
-rwxr-xr-xopcode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index ce40acb831..fddf6462a9 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -452,7 +452,7 @@ binmode binmode ck_fun s F
tie tie ck_fun idms R S L
untie untie ck_fun is R
-tied tied ck_fun st R
+tied tied ck_fun s R
dbmopen dbmopen ck_fun is H S S
dbmclose dbmclose ck_fun is H
@@ -467,7 +467,7 @@ leavewrite write exit ck_null 0
prtf printf ck_listiob ims F? L
print print ck_listiob ims F? L
-sysopen sysopen ck_fun st F S S S?
+sysopen sysopen ck_fun s F S S S?
sysread sysread ck_fun imst F R S S?
syswrite syswrite ck_fun imst F S S S?