diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 17:15:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-06 17:15:26 +0000 |
commit | 77808da1249dc49b6d1ea4171ebce9989b18ea3f (patch) | |
tree | 2c10330b80467387d7a360762c0c5c65672f8b7d | |
parent | 0b2be3f5f34332fef99b1d1356013042218c181f (diff) | |
download | perl-77808da1249dc49b6d1ea4171ebce9989b18ea3f.tar.gz |
allow read(FH,threadsv,...)
p4raw-id: //depot/perl@1337
-rw-r--r-- | op.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |