X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/39d5de13bc6d138baf12ad5224e3af8834356929..0240605ecd7a040cc6058409c65a3ebc6b7d489b:/mathoms.c diff --git a/mathoms.c b/mathoms.c index 4322f66..7154245 100644 --- a/mathoms.c +++ b/mathoms.c @@ -174,6 +174,7 @@ use the macro wrapper C instead. char * Perl_sv_2pv_nolen(pTHX_ register SV *sv) { + PERL_ARGS_ASSERT_SV_2PV_NOLEN; return sv_2pv(sv, NULL); }