Patch 8.2.2273
Problem: Build failure.
Solution: Add missing changes to header file.
Files: src/vim9.h
*** ../vim-8.2.2272/src/vim9.h 2020-12-26 20:09:11.282465257 +0100
--- src/vim9.h 2021-01-02 14:57:46.821544658 +0100
***************
*** 141,148 ****
ISN_NEGATENR, // apply "-" to number
ISN_CHECKNR, // check value can be used as a number
! ISN_CHECKTYPE, // check value type is isn_arg.type.tc_type
ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
ISN_PUT, // ":put", uses isn_arg.put
--- 141,149 ----
ISN_NEGATENR, // apply "-" to number
ISN_CHECKNR, // check value can be used as a number
! ISN_CHECKTYPE, // check value type is isn_arg.type.ct_type
ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
+ ISN_SETTYPE, // set dict type to isn_arg.type.ct_type
ISN_PUT, // ":put", uses isn_arg.put
*** ../vim-8.2.2272/src/version.c 2021-01-02 15:41:00.193079024 +0100
--- src/version.c 2021-01-02 15:49:14.874804209 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2273,
/**/
--
>From "know your smileys":
:-) Funny
|-) Funny Oriental
(-: Funny Australian
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202101021449.102EnqQD1850283%40masaka.moolenaar.net.