diff options
author | Tony Cook <tony@develop-help.com> | 2014-06-17 10:49:06 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-06-17 10:51:59 +1000 |
commit | f31006c96d4119fe2bd6e9ae42d2dbec49aa2b2c (patch) | |
tree | 5feca86d4df7d805b1667aee0f238ef285a8c957 /sv.h | |
parent | d632a2cf9118bf339b0867b2189070858be0d8ec (diff) | |
download | perl-f31006c96d4119fe2bd6e9ae42d2dbec49aa2b2c.tar.gz |
be explicit that SvSetSV() doesn't do set magic
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |