projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
83b43d9
)
More variables for change #18776.
Hugo van der Sanden [Tue, 25 Feb 2003 14:07:59 +0000 (14:07 +0000)]
p4raw-link: @18776 on //depot/perl:
83b43d9236da9ea6e31fd2df2474f4d7f7220a85
p4raw-id: //depot/perl@18777
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
a89d29d
..
6a2cd37
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-2630,7
+2630,7
@@
Perl_pmruntime(pTHX_ OP *o, OP *expr, OP *repl)
if (curop->op_type == OP_GV) {
GV *gv = cGVOPx_gv(curop);
repl_has_vars = 1;
- if (strchr("&`'123456789+-", *GvENAME(gv)))
+ if (strchr("&`'123456789+-\016\022", *GvENAME(gv)))
break;
}
else if (curop->op_type == OP_RV2CV)