Patch 9.0.1323 (after 9.0.1322)
Problem: Build failure with +eval feature.
Solution: Add missing part for using funcerror_T.
Files: src/vim9expr.c
*** ../vim-9.0.1322/src/vim9expr.c 2023-02-08 20:55:23.932100744 +0000
--- src/vim9expr.c 2023-02-18 19:47:55.946573048 +0000
***************
*** 919,925 ****
char_u namebuf[MAX_FUNC_NAME_LEN];
char_u fname_buf[FLEN_FIXED + 1];
char_u *tofree = NULL;
- int error = FCERR_NONE;
ufunc_T *ufunc = NULL;
int res = FAIL;
int is_autoload;
--- 919,924 ----
***************
*** 990,995 ****
--- 989,995 ----
if (generate_ppconst(cctx, ppconst) == FAIL)
return FAIL;
+ funcerror_T error;
name = fname_trans_sid(namebuf, fname_buf, &tofree, &error);
// We handle the "skip" argument of searchpair() and searchpairpos()
*** ../vim-9.0.1322/src/version.c 2023-02-18 18:38:33.375180762 +0000
--- src/version.c 2023-02-18 19:49:15.682596787 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1323,
/**/
--
hundred-and-one symptoms of being an internet addict:
145. You e-mail your boss, informing him you'll be late.
/// 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/20230218195001.72CA61C07A0%40moolenaar.net.