From: Karl Williamson Date: Thu, 27 Aug 2020 12:56:05 +0000 (-0600) Subject: Document cPERLscope X-Git-Tag: v5.33.2~75 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/9386405b98b0c1875a13613c50c36a42bd961c47?hp=65025ac6812403686c81cad53564b3de2199821d;ds=sidebyside Document cPERLscope --- diff --git a/perl.h b/perl.h index 7283e45..dab7546 100644 --- a/perl.h +++ b/perl.h @@ -180,6 +180,14 @@ Otherwise ends a section of code already begun by a 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