Skip to content

Commit ca526f4

Browse files
committed
perlintern: djSP doesn't take arguments
1 parent a17cf04 commit ca526f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ L<perlcall>.
7979
Declares a local copy of perl's stack pointer for the XSUB, available via
8080
the C<SP> macro. See C<L</SP>>.
8181
82-
=for apidoc m;||djSP
82+
=for apidoc mn;||djSP
8383
8484
Declare Just C<SP>. This is actually identical to C<dSP>, and declares
8585
a local copy of perl's stack pointer, available via the C<SP> macro.

0 commit comments

Comments
 (0)