summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-05-08 17:06:45 +0100
committerDavid Mitchell <davem@iabyn.com>2010-05-08 21:28:27 +0100
commit39d5de13bc6d138baf12ad5224e3af8834356929 (patch)
treea45e57710f0568e93061c913c18aa08adaace5fb /proto.h
parent279018d8f7ee0701721a840ba1e85752012463bf (diff)
downloadperl-39d5de13bc6d138baf12ad5224e3af8834356929.tar.gz
add flags arg to sv_2nv (as sv_2nv_flags)
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index ce76039b73..22aad52321 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 \