This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: save_gp is a GV function
authorKarl Williamson <khw@cpan.org>
Mon, 5 Aug 2019 00:03:57 +0000 (18:03 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 9 Aug 2019 17:05:15 +0000 (11:05 -0600)
scope.c

diff --git a/scope.c b/scope.c
index 3e4ee43..9b1393c 100644 (file)
--- 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.