In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e9cb73ab174e2797f4516851279fa01db4369146?hp=85f22e05efca6c0fbc035b09cb5f0e6e1a4ca717>

- Log -----------------------------------------------------------------
commit e9cb73ab174e2797f4516851279fa01db4369146
Author: Jarkko Hietaniemi <[email protected]>
Date:   Sat Nov 8 15:43:22 2014 -0500

    FV_ISFINITE, not FV_ISINITE.
-----------------------------------------------------------------------

Summary of changes:
 sv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sv.c b/sv.c
index 7091c51..216ae76 100644
--- a/sv.c
+++ b/sv.c
@@ -11249,7 +11249,7 @@ Perl_sv_vcatpvfn_flags(pTHX_ SV *const sv, const char 
*const pat, const STRLEN p
 #  define FV_GF NVgf
 #  define NV_TO_FV(nv,fv) (fv)=(nv)
 #endif
-#ifndef FV_ISINITE
+#ifndef FV_ISFINITE
 #  define FV_ISFINITE(x) Perl_isfinite((NV)(x))
 #endif
        STRLEN have;

--
Perl5 Master Repository

Reply via email to