From 06ecdb436a183d36cbd5fc2737f692da571f104e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 12 May 2022 15:37:02 -0600 Subject: [PATCH] perlapi: Add markup for save_gp --- scope.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scope.c b/scope.c index e902f4c852..3555218a0f 100644 --- a/scope.c +++ b/scope.c @@ -379,10 +379,10 @@ Perl_save_set_svflags(pTHX_ SV* sv, U32 mask, U32 val) Saves the current GP of gv on the save stack to be restored on scope exit. -If empty is true, replace the GP with a new GP. +If C is true, replace the GP with a new GP. -If empty is false, mark gv with GVf_INTRO so the next reference -assigned is localized, which is how C< local *foo = $someref; > works. +If C is false, mark C with C> works. =cut */