diff options
author | Hugo van der Sanden <hv@crypt.org> | 2003-02-25 14:07:59 +0000 |
---|---|---|
committer | hv <hv@crypt.org> | 2003-02-25 14:07:59 +0000 |
commit | f702bf4a18c28d214aa0d9f3699ad336576ea7b2 (patch) | |
tree | 8841139d847f0b9db5f258dbf1474c18925cf7c4 /op.c | |
parent | 83b43d9236da9ea6e31fd2df2474f4d7f7220a85 (diff) | |
download | perl-f702bf4a18c28d214aa0d9f3699ad336576ea7b2.tar.gz |
More variables for change #18776.
p4raw-link: @18776 on //depot/perl: 83b43d9236da9ea6e31fd2df2474f4d7f7220a85
p4raw-id: //depot/perl@18777
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |