X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=proto.h;h=22aad52321709b782bdcf23efa468657d3978f3e;hb=39d5de13bc6d138baf12ad5224e3af8834356929;hp=ce76039b738901c59f9ddd7ad1ce3df9a334acd6;hpb=279018d8f7ee0701721a840ba1e85752012463bf;p=p5sagit%2Fp5-mst-13.2.git diff --git a/proto.h b/proto.h index ce76039..22aad52 100644 --- a/proto.h +++ b/proto.h @@ -3176,7 +3176,7 @@ STATIC bool S_glob_2number(pTHX_ GV* const gv) /* PERL_CALLCONV IV Perl_sv_2iv(pTHX_ SV *sv); */ PERL_CALLCONV IV Perl_sv_2iv_flags(pTHX_ SV *const sv, const I32 flags); PERL_CALLCONV SV* Perl_sv_2mortal(pTHX_ SV *const sv); -PERL_CALLCONV NV Perl_sv_2nv(pTHX_ SV *const sv); +PERL_CALLCONV NV Perl_sv_2nv_flags(pTHX_ SV *const sv, const I32 flags); PERL_CALLCONV SV* Perl_sv_2num(pTHX_ SV *const sv) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_SV_2NUM \