summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-06 17:15:26 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-06 17:15:26 +0000
commit77808da1249dc49b6d1ea4171ebce9989b18ea3f (patch)
tree2c10330b80467387d7a360762c0c5c65672f8b7d
parent0b2be3f5f34332fef99b1d1356013042218c181f (diff)
downloadperl-77808da1249dc49b6d1ea4171ebce9989b18ea3f.tar.gz
allow read(FH,threadsv,...)
p4raw-id: //depot/perl@1337
-rw-r--r--op.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/op.c b/op.c
index fa5a60b362..eef23c1768 100644
--- a/op.c
+++ b/op.c
@@ -4870,6 +4870,7 @@ ck_sysread(OP *o)
OP *kid = cLISTOPo->op_first->op_sibling;
if (kid && (kid = kid->op_sibling)) {
switch (kid->op_type) {
+ case OP_THREADSV:
case OP_HELEM:
case OP_AELEM:
case OP_SASSIGN: