diff options
author | David Mitchell <davem@iabyn.com> | 2010-05-08 17:06:45 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-05-08 21:28:27 +0100 |
commit | 39d5de13bc6d138baf12ad5224e3af8834356929 (patch) | |
tree | a45e57710f0568e93061c913c18aa08adaace5fb /global.sym | |
parent | 279018d8f7ee0701721a840ba1e85752012463bf (diff) | |
download | perl-39d5de13bc6d138baf12ad5224e3af8834356929.tar.gz |
add flags arg to sv_2nv (as sv_2nv_flags)
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.sym b/global.sym index 4dd25e6a42..116fb19965 100644 --- a/global.sym +++ b/global.sym @@ -519,7 +519,7 @@ Perl_sv_2io Perl_sv_2iv Perl_sv_2iv_flags Perl_sv_2mortal -Perl_sv_2nv +Perl_sv_2nv_flags Perl_sv_2pv Perl_sv_2pv_flags Perl_sv_2pvutf8 |