summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-17 18:06:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-17 18:06:16 +0000
commitbe949f6f8d76dc68c309e81d71dc9220da0697ea (patch)
tree6b1774522f468b5d5814d9afe11fc60af26cad8d /op.c
parent193fb0af655271cf677405f90a6a2f31fa61badd (diff)
downloadperl-be949f6f8d76dc68c309e81d71dc9220da0697ea.tar.gz
5.004_67 niggles
p4raw-id: //depot/perl@1139
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 3440b1cc36..472a475312 100644
--- a/op.c
+++ b/op.c
@@ -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