summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 07:49:37 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commiteeac5808a76c3142e647a9ff3d86f8435061bfd4 (patch)
treeb81e669dcacd3960cce6f1c57ddc189c5ab949ca /XSUB.h
parent3145e81474d3ad96e89a613fdaa83d082b5a3eda (diff)
downloadperl-eeac5808a76c3142e647a9ff3d86f8435061bfd4.tar.gz
perlapi: XS, XS_EXTERNAL do take a parameter
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/XSUB.h b/XSUB.h
index eb59d549fc..d8a2f0ee12 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -47,7 +47,7 @@ XSUB's aliases was used to invoke it. See L<perlxs/"The ALIAS: Keyword">.
=for apidoc Am|SV*|ST|int ix
Used to access elements on the XSUB's stack.
-=for apidoc AmnU||XS
+=for apidoc AmU||XS
Macro to declare an XSUB and its C parameter list. This is handled by
C<xsubpp>. It is the same as using the more explicit C<XS_EXTERNAL> macro.
@@ -56,7 +56,7 @@ Macro to declare an XSUB and its C parameter list without exporting the symbols.
This is handled by C<xsubpp> and generally preferable over exporting the XSUB
symbols unnecessarily.
-=for apidoc AmnU||XS_EXTERNAL
+=for apidoc AmU||XS_EXTERNAL
Macro to declare an XSUB and its C parameter list explicitly exporting the symbols.
=for apidoc Amns||dAX