summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-28 06:29:36 -0600
committerKarl Williamson <khw@cpan.org>2022-05-28 11:16:43 -0600
commitaf46018b70434577e78418a9a9efa67343d7d9e6 (patch)
tree461b9ed39bf4597e5bb06d2192fb1f414e0d3736 /sv.h
parente1980ad27865f520fa3edc0b5f40d633766fb4ba (diff)
downloadperl-af46018b70434577e78418a9a9efa67343d7d9e6.tar.gz
perlapi: Add pod link to newly documented macros
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sv.h b/sv.h
index 9397cab0b5..c312e4add4 100644
--- a/sv.h
+++ b/sv.h
@@ -1498,8 +1498,8 @@ C<PV> that is unencombered by things like COW. Think first before using this
functionality. Is the space saving really worth giving up COW? Will the
needed size of C<sv> stay the same?
-If the answers are both yes, then use C<SV_CHECK_THINKFIRST> or
-C<SV_CHECK_THINKFIRST_COW_DROP> before calling this.
+If the answers are both yes, then use L</C<SV_CHECK_THINKFIRST>> or
+L</C<SV_CHECK_THINKFIRST_COW_DROP>> before calling this.
=cut
*/