summaryrefslogtreecommitdiff
path: root/XSUB.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-27 07:53:30 -0600
committerKarl Williamson <khw@cpan.org>2020-09-05 10:15:53 -0600
commit56e94d9863e17bba72825d92ffc23b32f0bde8cf (patch)
tree11492f42dcbe67b198fdd16cd5a3a8e4ca51533a /XSUB.h
parenteeac5808a76c3142e647a9ff3d86f8435061bfd4 (diff)
downloadperl-56e94d9863e17bba72825d92ffc23b32f0bde8cf.tar.gz
perlapi: XS_EXTERNAL is preferred over plain XS
Diffstat (limited to 'XSUB.h')
-rw-r--r--XSUB.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/XSUB.h b/XSUB.h
index d8a2f0ee12..2de415f4fa 100644
--- a/XSUB.h
+++ b/XSUB.h
@@ -49,7 +49,8 @@ Used to access elements on the XSUB's stack.
=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.
+C<xsubpp>. It is the same as using the more explicit C<XS_EXTERNAL> macro; the
+latter is preferred.
=for apidoc AmU||XS_INTERNAL
Macro to declare an XSUB and its C parameter list without exporting the symbols.