From 9386405b98b0c1875a13613c50c36a42bd961c47 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 27 Aug 2020 06:56:05 -0600 Subject: [PATCH 1/1] Document cPERLscope --- perl.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 1.8.3.1