To: vim_dev@googlegroups.com Subject: Patch 9.0.1323 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///