diff options
Diffstat (limited to 'regen/op_private')
-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 40c8bb9f64..a341a97df0 100644 --- a/regen/op_private +++ b/regen/op_private @@ -336,7 +336,6 @@ addbits($_, 7 => qw(OPpLVAL_INTRO LVINTRO)) # trans not OK (dTARG; TARG = sv_newmortal();) # ucfirst etc not OK: TMP arg processed inplace # quotemeta not OK (unsafe when TARG == arg) -# each repeat not OK too due to list context # pack split - unknown whether they are safe # sprintf: is calling do_sprintf(TARG,...) which can act on TARG # before other args are processed. |