This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document cPERLscope
authorKarl Williamson <khw@cpan.org>
Thu, 27 Aug 2020 12:56:05 +0000 (06:56 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 5 Sep 2020 23:31:10 +0000 (17:31 -0600)
perl.h

diff --git a/perl.h b/perl.h
index 7283e45..dab7546 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -180,6 +180,14 @@ Otherwise ends a section of code already begun by a C<L</START_EXTERN_C>>.
  * implementation of multiplicity using C++ objects. They have been left
  * here solely for the sake of XS code which has incorrectly
  * cargo-culted them.
+ *
+ * The only one Devel::PPPort handles is this; list it as deprecated
+
+=for apidoc_section Concurrency
+=for apidoc AmD|void|CPERLscope|void x
+Now a no-op.
+
+=cut
  */
 #define CPERLscope(x) x
 #define CPERLarg void