diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-26 10:28:31 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-16 16:36:43 -0700 |
commit | 6320bfaf4787405fb1f70bb58ed6d1b362d2fba3 (patch) | |
tree | 97e50a1e074099647b2a40b41f4d74d7ba6265a3 /op.c | |
parent | cff62b63280c907ff3ba3e1586d3ea5539f0fa1e (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |