diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-12-28 17:28:09 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-12-29 06:03:29 -0800 |
commit | 154e47c821a043f6b3b7346ca0c21e3282802f49 (patch) | |
tree | 86af52786dfdf0dc5fa32946f892da505497a7a8 /pp.h | |
parent | 72d33970ea94fe3382327160378d9bc042cb1d73 (diff) | |
download | perl-154e47c821a043f6b3b7346ca0c21e3282802f49.tar.gz |
Consistent spaces after dots in perlintern.pod
Diffstat (limited to 'pp.h')
-rw-r--r-- | pp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ the C<SP> macro. See C<SP>. =for apidoc ms||djSP -Declare Just C<SP>. This is actually identical to C<dSP>, and declares +Declare Just C<SP>. This is actually identical to C<dSP>, and declares a local copy of perl's stack pointer, available via the C<SP> macro. See C<SP>. (Available for backward source code compatibility with the old (Perl 5.005) thread model.) |