diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-03 22:30:56 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 23:10:37 -0600 |
commit | 61b16eb90f32a2433d6de43e477a03b8d9fed039 (patch) | |
tree | fb6c8c4166af22d40abe4374f66fb34d046a2c28 /pad.c | |
parent | 796b6530911f5ebd6a26275873610304e63d5d19 (diff) | |
download | perl-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |