Skip to content

Commit

Permalink
perlapi: Combine POPp POPpx entries
Browse files Browse the repository at this point in the history
These are identical
  • Loading branch information
khwilliamson committed Jun 25, 2024
1 parent 79fed32 commit 1cb188a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pp.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,11 @@ See C<L</PUSHMARK>> and L<perlcall> for other uses.
=for apidoc Amn|SV*|POPs
Pops an SV off the stack.
=for apidoc Amn|char*|POPp
Pops a string off the stack.
=for apidoc Amn|char*|POPp
=for apidoc_item |char*|POPpx
=for apidoc Amn|char*|POPpx
Pops a string off the stack. Identical to POPp. There are two names for
historical reasons.
These each pop a string off the stack.
There are two names for historical reasons.
=for apidoc Amn|char*|POPpbytex
Pops a string off the stack which must consist of bytes i.e. characters < 256.
Expand Down

0 comments on commit 1cb188a

Please sign in to comment.