summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
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)
{