summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-07 12:33:16 -0600
committerKarl Williamson <khw@cpan.org>2022-05-07 14:00:24 -0600
commita8ed036f55426a083f42c7b2dfc4e13c64ccfb88 (patch)
treed3dfae87547222f0067743b74b4d53306c5bf1b4 /scope.c
parent396baf8485c903b22474cb301c954853410fafce (diff)
downloadperl-a8ed036f55426a083f42c7b2dfc4e13c64ccfb88.tar.gz
Mark internal and document leave_scope
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/scope.c b/scope.c
index 229215bacb..cf1b19c726 100644
--- a/scope.c
+++ b/scope.c
@@ -968,6 +968,15 @@ static const U8 arg_counts[] = {
};
+/*
+=for apidoc_section $callback
+=for apidoc leave_scope
+
+Implements C<LEAVE_SCOPE> which you should use instead.
+
+=cut
+ */
+
void
Perl_leave_scope(pTHX_ I32 base)
{