Skip to content

Commit

Permalink
perlguts.pod - s/MORTALDESTRUCTOR_X/MORTALSVFUNC_X/g
Browse files Browse the repository at this point in the history
This macro was renamed during development, but these two references in the
docs were overlooked.

Fixes #21215
  • Loading branch information
demerphq committed Jul 6, 2023
1 parent fccb252 commit 475dc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pod/perlguts.pod
Expand Up @@ -1996,7 +1996,7 @@ implicit context argument (if any), and C<p> which may be NULL.

Note the I<end of the current pseudo-block> may occur much later than
the I<end of the current statement>. You may wish to look at the
C<MORTALDESTRUCTOR_X()> macro instead.
C<MORTALSVFUNC_X()> macro instead.

=for apidoc Ayh||DESTRUCTORFUNC_t
=for apidoc Amh||SAVEDESTRUCTOR_X|DESTRUCTORFUNC_t f|void *p
Expand All @@ -2014,7 +2014,7 @@ Note the I<end of the current statement> may occur much before the
the I<end of the current pseudo-block>. You may wish to look at the
C<SAVEDESTRUCTOR_X()> macro instead.

=for apidoc Amh||MORTALDESTRUCTOR_X|DESTRUCTORFUNC_t f|SV *sv
=for apidoc Amh||MORTALSVFUNC_X|SVFUNC_t f|SV *sv

=item C<MORTALDESTRUCTOR_SV(SV *coderef, SV *args)>

Expand Down

0 comments on commit 475dc02

Please sign in to comment.