diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2015-09-25 09:29:28 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2015-09-25 09:29:28 +0200 |
commit | ef058b33cd10c03cc5704ec5447df1d23fe3b48b (patch) | |
tree | 2300a9525f691b0f06b0c620f8adb40221a4b1e3 /sv.h | |
parent | e120c24fe257993e9cbf4c567194bec2792f3ccc (diff) | |
download | perl-ef058b33cd10c03cc5704ec5447df1d23fe3b48b.tar.gz |
POD fix in the documentation for SvTHINKFIRST
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1051,7 +1051,7 @@ For example, if your scalar is a reference and you want to modify the C<SvIVX> slot, you can't just do C<SvROK_off>, as that will leak the referent. This is used internally by various sv-modifying functions, such as -C<sv_setsv>, C<sv_setiv> and C<sv_pvn_force.. +C<sv_setsv>, C<sv_setiv> and C<sv_pvn_force>. One case that this does not handle is a gv without SvFAKE set. After |