summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-05-29 22:22:36 +0100
committerNicholas Clark <nick@ccl4.org>2010-05-29 22:22:36 +0100
commitc85ae797ecb755d3bcfabd44aa268e3e6e2e7c13 (patch)
tree3eecbca583b909bb5bee4d22e928976f233fcc79 /mathoms.c
parentaf534a0431cd837092de9abe4bff29feeeafebb3 (diff)
downloadperl-c85ae797ecb755d3bcfabd44aa268e3e6e2e7c13.tar.gz
Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.
Resolves RT #72800.
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index 4322f6675b..7154245d70 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -174,6 +174,7 @@ use the macro wrapper C<SvPV_nolen(sv)> instead.
char *
Perl_sv_2pv_nolen(pTHX_ register SV *sv)
{
+ PERL_ARGS_ASSERT_SV_2PV_NOLEN;
return sv_2pv(sv, NULL);
}