]> granicus.if.org Git - vim/commitdiff
patch 9.0.0493: Perl test fails v9.0.0493
authorBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 20:24:49 +0000 (21:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 17 Sep 2022 20:24:49 +0000 (21:24 +0100)
Problem:    Perl test fails.
Solution:   Remove remaining FEAT_EVAL.

src/if_perl.xs
src/version.c

index 8923926ddd11e4bbb39d0e2259abaafadac7e9bc..ab2917ae006ea80e866e9014acccf6ac4ed344b2 100644 (file)
@@ -1189,11 +1189,9 @@ perl_to_vim(SV *sv, typval_T *rettv)
        case SVt_NULL:
            break;
        case SVt_NV:    /* float */
-#ifdef FEAT_FLOAT
            rettv->v_type       = VAR_FLOAT;
            rettv->vval.v_float = SvNV(sv);
            break;
-#endif
        case SVt_IV:    /* integer */
            if (!SvROK(sv)) { /* references should be string */
                rettv->vval.v_number = SvIV(sv);
index 068369bfda222db741e1f3c9c44e74d9f2b726fb..8493c732ef8985a9447339e8980fa6e1244ca8f9 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    493,
 /**/
     492,
 /**/