summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-06-17 10:49:06 +1000
committerTony Cook <tony@develop-help.com>2014-06-17 10:51:59 +1000
commitf31006c96d4119fe2bd6e9ae42d2dbec49aa2b2c (patch)
tree5feca86d4df7d805b1667aee0f238ef285a8c957 /sv.h
parentd632a2cf9118bf339b0867b2189070858be0d8ec (diff)
downloadperl-f31006c96d4119fe2bd6e9ae42d2dbec49aa2b2c.tar.gz
be explicit that SvSetSV() doesn't do set magic
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 4db63e4408..68e5db1b58 100644
--- a/sv.h
+++ b/sv.h
@@ -2016,7 +2016,7 @@ argument more than once.
=for apidoc Am|void|SvSetSV|SV* dsv|SV* ssv
Calls C<sv_setsv> if dsv is not the same as ssv. May evaluate arguments
-more than once.
+more than once. Does not handle 'set' magic on the destination SV.
=for apidoc Am|void|SvSetSV_nosteal|SV* dsv|SV* ssv
Calls a non-destructive version of C<sv_setsv> if dsv is not the same as