diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-17 18:06:16 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-17 18:06:16 +0000 |
commit | be949f6f8d76dc68c309e81d71dc9220da0697ea (patch) | |
tree | 6b1774522f468b5d5814d9afe11fc60af26cad8d /op.c | |
parent | 193fb0af655271cf677405f90a6a2f31fa61badd (diff) | |
download | perl-be949f6f8d76dc68c309e81d71dc9220da0697ea.tar.gz |
5.004_67 niggles
p4raw-id: //depot/perl@1139
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2168,7 +2168,7 @@ pmruntime(OP *o, OP *expr, OP *repl) #ifdef USE_THREADS if (curop->op_type == OP_THREADSV) { repl_has_vars = 1; - if (strchr("&`'123456789+", curop->op_private)) { + if (strchr("&`'123456789+", curop->op_private)) break; } #else |