summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-12-29 06:16:33 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-12-29 22:03:29 -0800
commitb0da25f08093f37b64e88b1358dec01e9bd038c2 (patch)
tree55190814b05332ab915a00afa406863d2f5574b3 /regen
parentd1455c67c18c86ad9bd01ee14c61c0eb3fe6a483 (diff)
downloadperl-b0da25f08093f37b64e88b1358dec01e9bd038c2.tar.gz
op_private: Update note about targlex and trans
Diffstat (limited to 'regen')
-rw-r--r--regen/op_private2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/op_private b/regen/op_private
index 68286a6d48..9cb12067b4 100644
--- a/regen/op_private
+++ b/regen/op_private
@@ -335,7 +335,7 @@ addbits($_, 7 => qw(OPpLVAL_INTRO LVINTRO))
#
# pp.c pos substr each not OK (RETPUSHUNDEF)
# ref not OK (RETPUSHNO)
-# trans not OK (dTARG; TARG = sv_newmortal();)
+# trans not OK (target is used for lhs, not retval)
# ucfirst etc not OK: TMP arg processed inplace
# quotemeta not OK (unsafe when TARG == arg)
# pack - unknown whether it is safe