summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2010-12-26 10:28:31 -0700
committerKarl Williamson <public@khwilliamson.com>2011-01-16 16:36:43 -0700
commit6320bfaf4787405fb1f70bb58ed6d1b362d2fba3 (patch)
tree97e50a1e074099647b2a40b41f4d74d7ba6265a3 /op.c
parentcff62b63280c907ff3ba3e1586d3ea5539f0fa1e (diff)
downloadperl-6320bfaf4787405fb1f70bb58ed6d1b362d2fba3.tar.gz
.pm: rename variables to reflect expanded usage
Certain variables have /dul in their names. /a is about to be added; and maybe more, so give a more generic name to avoid future confusion
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 236d4fe74e..371c1e64ac 100644
--- a/op.c
+++ b/op.c
@@ -3789,7 +3789,7 @@ Perl_newPMOP(pTHX_ I32 type, I32 flags)
);
if (reflags && SvOK(reflags)) pmop->op_pmflags |= SvIV(reflags);
reflags = Perl_refcounted_he_fetch_pvn(aTHX_
- PL_compiling.cop_hints_hash, STR_WITH_LEN("reflags_dul"), 0, 0
+ PL_compiling.cop_hints_hash, STR_WITH_LEN("reflags_charset"), 0, 0
);
if (reflags && SvOK(reflags)) {
pmop->op_pmflags &= ~(RXf_PMf_LOCALE|RXf_PMf_UNICODE);