diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-11-07 20:33:51 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-08 00:33:02 -0800 |
commit | 68606d04067f960af540499bbdd712185cb9a125 (patch) | |
tree | b9a7235b6d375b2531481ce9fdfce033067abde7 /regen | |
parent | 5513c2cfd695ea6a900a29be8b479bea61614429 (diff) | |
download | perl-68606d04067f960af540499bbdd712185cb9a125.tar.gz |
op_private: Remove incorrect OPpLVREF_TYPE comment
At the time, I was trying to rearrange the magic flags so that
OPpLVREF_TYPE could be copied into mg->mg_flags for lvref magic. Then
I saw that mg_private was available and gave up on the whole idea; but
this comment remained.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/op_private | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regen/op_private b/regen/op_private index a341a97df0..c1877e9372 100644 --- a/regen/op_private +++ b/regen/op_private @@ -717,7 +717,6 @@ addbits('split', 7 => qw(OPpSPLIT_IMPLIM IMPLIM)); # implicit limit -# OPpLVREF_TYPE must not conflict with generic magic flags in mg.h. addbits($_, 2 => qw(OPpLVREF_ELEM ELEM ), 3 => qw(OPpLVREF_ITER ITER ), |