summaryrefslogtreecommitdiff
path: root/pad.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-09-03 22:30:56 -0600
committerKarl Williamson <khw@cpan.org>2015-09-03 23:10:37 -0600
commit61b16eb90f32a2433d6de43e477a03b8d9fed039 (patch)
treefb6c8c4166af22d40abe4374f66fb34d046a2c28 /pad.c
parent796b6530911f5ebd6a26275873610304e63d5d19 (diff)
downloadperl-61b16eb90f32a2433d6de43e477a03b8d9fed039.tar.gz
perlapi: Add some S<>
so that these constructs appear on a single output line for reader convenience.
Diffstat (limited to 'pad.c')
-rw-r--r--pad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pad.c b/pad.c
index e34faec980..9bb8cfeca7 100644
--- a/pad.c
+++ b/pad.c
@@ -64,7 +64,7 @@ have C<&PL_padname_const> "names" (see C<L</pad_alloc>>). That
C<&PL_padname_undef>
and C<&PL_padname_const> are used is an implementation detail subject to
change. To test for them, use C<!PadnamePV(name)> and
-C<PadnamePV(name) && !PadnameLEN(name)>, respectively.
+S<C<PadnamePV(name) && !PadnameLEN(name)>>, respectively.
Only C<my>/C<our> variable slots get valid names.
The rest are op targets/GVs/constants which are statically allocated