diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2004-01-15 06:10:37 -0800 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-01-16 19:24:14 +0000 |
commit | 891f9566d7fc0fb068ade9d98aed69773e02d39c (patch) | |
tree | 76e1dc8cf2b8b754bbb271ca11f01314964798b8 /global.sym | |
parent | 0bd0581c0da439d1bc9686c40ce8eabbab0f37cd (diff) | |
download | perl-891f9566d7fc0fb068ade9d98aed69773e02d39c.tar.gz |
Re: [perl #24816] Magic vars seem unsure if they are purely numeric
Message-Id: <20040115221037.GA2392@efn.org>
Add sv_2iv_flags() to allow magic to be optionally processed.
p4raw-id: //depot/perl@22163
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global.sym b/global.sym index b9a65d2b96..06a29fe249 100644 --- a/global.sym +++ b/global.sym @@ -426,6 +426,7 @@ Perl_sv_2bool Perl_sv_2cv Perl_sv_2io Perl_sv_2iv +Perl_sv_2iv_flags Perl_sv_2mortal Perl_sv_2nv Perl_sv_2pv @@ -433,6 +434,7 @@ Perl_sv_2pvutf8 Perl_sv_2pvbyte Perl_sv_pvn_nomg Perl_sv_2uv +Perl_sv_2uv_flags Perl_sv_iv Perl_sv_uv Perl_sv_nv |