summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-11-14 16:22:28 -0700
committerKarl Williamson <khw@cpan.org>2020-11-21 12:46:22 -0700
commit6ad5d069c8c5411b034be41709e7fb1197014228 (patch)
tree0158c9588ae3e37a90b10d1f0f62d8e4119d5b8f /perl.h
parent1d31276decae722536833b5395bb9fd32bb121d5 (diff)
downloadperl-6ad5d069c8c5411b034be41709e7fb1197014228.tar.gz
Document dTHXa, dTHXoa
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 93d7c71fbb..3382dad025 100644
--- a/perl.h
+++ b/perl.h
@@ -135,6 +135,17 @@ Otherwise ends a section of code already begun by a C<L</START_EXTERN_C>>.
# endif
#endif
+/*
+=for apidoc_section $concurrency
+=for apidoc AmU|void|dTHXa|PerlInterpreter * a
+On threaded perls, set C<pTHX> to C<a>; on unthreaded perls, do nothing
+
+=for apidoc AmU|void|dTHXoa|PerlInterpreter * a
+Now a synonym for C<L</dTHXa>>.
+
+=cut
+*/
+
#ifdef PERL_IMPLICIT_CONTEXT
# ifndef MULTIPLICITY
# define MULTIPLICITY