diff options
author | Hugo van der Sanden <hv@crypt.org> | 2001-05-31 21:49:48 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-01 16:13:28 +0000 |
commit | 1f727ac0e62bc2e40ea8fa3c4c25da4e405d0fba (patch) | |
tree | 1363d614c2f0ec2646d10d153249838be51d6513 /proto.h | |
parent | 948ed65c2d5d9ca21c1cfa047db55fc6022dc977 (diff) | |
download | perl-1f727ac0e62bc2e40ea8fa3c4c25da4e405d0fba.tar.gz |
Re: [ID 20010529.006] String plus zero inconsistent across platforms
Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
p4raw-id: //depot/perl@10379
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1314,3 +1314,4 @@ PERL_CALLCONV void Perl_sv_catsv_flags(pTHX_ SV* dsv, SV* ssv, I32 flags); PERL_CALLCONV STRLEN Perl_sv_utf8_upgrade_flags(pTHX_ SV *sv, I32 flags); PERL_CALLCONV char* Perl_sv_pvn_force_flags(pTHX_ SV* sv, STRLEN* lp, I32 flags); PERL_CALLCONV char* Perl_sv_2pv_flags(pTHX_ SV* sv, STRLEN* lp, I32 flags); +PERL_CALLCONV char* Perl_my_atof2(pTHX_ const char *s, NV* value); |