This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e120c24
)
POD fix in the documentation for SvTHINKFIRST
author
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 25 Sep 2015 07:29:28 +0000
(09:29 +0200)
committer
Rafael Garcia-Suarez
<rgs@consttype.org>
Fri, 25 Sep 2015 07:29:28 +0000
(09:29 +0200)
sv.h
patch
|
blob
|
blame
|
history
diff --git
a/sv.h
b/sv.h
index
331b823
..
2b68682
100644
(file)
--- a/
sv.h
+++ b/
sv.h
@@
-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
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
One case that this does not handle is a gv without SvFAKE set. After