Patch 8.2.3262

3 views
Skip to first unread message

Bram Moolenaar

unread,
Jul 31, 2021, 4:18:55 PM7/31/21
to vim...@googlegroups.com

Patch 8.2.3262
Problem: Build failure when ABORT_ON_INTERNAL_ERROR is defined.
Solution: Adjust how estack_len_before is used.
Files: src/ex_docmd.c


*** ../vim-8.2.3261/src/ex_docmd.c 2021-07-31 21:44:31.747825431 +0200
--- src/ex_docmd.c 2021-07-31 22:14:21.194368777 +0200
***************
*** 664,671 ****
#endif
static int call_depth = 0; // recursiveness
#ifdef FEAT_EVAL
- ESTACK_CHECK_DECLARATION
-
// For every pair of do_cmdline()/do_one_cmd() calls, use an extra memory
// location for storing error messages to be converted to an exception.
// This ensures that the do_errthrow() call in do_one_cmd() does not
--- 664,669 ----
***************
*** 1397,1402 ****
--- 1395,1401 ----
{
char *p = NULL;
msglist_T *messages = NULL;
+ ESTACK_CHECK_DECLARATION

/*
* If the uncaught exception is a user exception, report it as an
*** ../vim-8.2.3261/src/version.c 2021-07-31 22:03:54.508104860 +0200
--- src/version.c 2021-07-31 22:12:06.870736505 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3262,
/**/

--
### Hiroshima 45, Chernobyl 86, Windows 95 ###

/// Bram Moolenaar -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages