This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FV_ISFINITE, not FV_ISINITE.
[perl5.git] / sv.c
diff --git a/sv.c b/sv.c
index 7091c51..216ae76 100644 (file)
--- 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;