diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-05-29 22:22:36 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-29 22:22:36 +0100 |
commit | c85ae797ecb755d3bcfabd44aa268e3e6e2e7c13 (patch) | |
tree | 3eecbca583b909bb5bee4d22e928976f233fcc79 /mathoms.c | |
parent | af534a0431cd837092de9abe4bff29feeeafebb3 (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |