In perl.git, the branch smoke-me/khw-ppport has been updated <https://perl5.git.perl.org/perl.git/commitdiff/26273034df76e2815e290f7ff7ae682acb929fec?hp=8580908e1f8eeccf3ecd268c72d2bedc0b7c3b80>
- Log ----------------------------------------------------------------- commit 26273034df76e2815e290f7ff7ae682acb929fec Author: Karl Williamson <[email protected]> Date: Wed Sep 11 09:16:34 2019 -0600 f ----------------------------------------------------------------------- Summary of changes: gv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gv.c b/gv.c index 893bdfc4f2..1f86100609 100644 --- a/gv.c +++ b/gv.c @@ -1503,7 +1503,7 @@ Note the sv interface is strongly preferred for performance reasons. */ -#undef PERL_ARGS_ASSERT_GV_STASHSVPVN_CACHED \ +#undef PERL_ARGS_ASSERT_GV_STASHSVPVN_CACHED #define PERL_ARGS_ASSERT_GV_STASHSVPVN_CACHED \ assert(namesv || name) -- Perl5 Master Repository
