summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-08-04 18:03:57 -0600
committerKarl Williamson <khw@cpan.org>2019-08-09 11:05:15 -0600
commitd4f0435701972ff3e1da144284f6192c9b47ea71 (patch)
tree268c1a6e37cd975873c270b9c70bd3e7e399443d /scope.c
parentd713f9d937268132d1244ae0ea17496e08c82194 (diff)
downloadperl-d4f0435701972ff3e1da144284f6192c9b47ea71.tar.gz
perlapi: save_gp is a GV function
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/scope.c b/scope.c
index 3e4ee4344b..9b1393c69d 100644
--- a/scope.c
+++ b/scope.c
@@ -313,6 +313,9 @@ Perl_save_set_svflags(pTHX_ SV* sv, U32 mask, U32 val)
}
/*
+
+=head1 GV Functions
+
=for apidoc save_gp
Saves the current GP of gv on the save stack to be restored on scope exit.