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 -- [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/202107312018.16VKInnA079510%40masaka.moolenaar.net.