Patch 9.0.0493 (after 9.0.0491)
Problem: Perl test fails.
Solution: Remove remaining FEAT_EVAL.
Files: src/if_perl.xs
*** ../vim-9.0.0492/src/if_perl.xs 2022-08-14 14:16:07.991582244 +0100
--- src/if_perl.xs 2022-09-17 21:23:44.414432627 +0100
***************
*** 1189,1199 ****
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);
--- 1189,1197 ----
*** ../vim-9.0.0492/src/version.c 2022-09-17 21:20:38.646360597 +0100
--- src/version.c 2022-09-17 21:24:31.562751771 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 493,
/**/
--
>From "know your smileys":
:-D Big smile
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220917202517.235401C0846%40moolenaar.net.