Patch 8.2.4681
Problem: Build fails with a combination of features.
Solution: Remove #ifdef for alloc_clear_id(). (John Marriott)
Files: src/alloc.c
*** ../vim-8.2.4680/src/alloc.c 2022-03-19 12:56:42.529503830 +0000
--- src/alloc.c 2022-04-03 21:56:09.461934100 +0100
***************
*** 180,186 ****
return p;
}
- #if defined(FEAT_SIGNS) || defined(PROTO)
/*
* Same as alloc_clear() but with allocation id for testing
*/
--- 180,185 ----
***************
*** 193,199 ****
#endif
return alloc_clear(size);
}
- #endif
/*
* Allocate memory like lalloc() and set all bytes to zero.
--- 192,197 ----
*** ../vim-8.2.4680/src/version.c 2022-04-03 21:52:47.770067812 +0100
--- src/version.c 2022-04-03 21:57:13.197890354 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4681,
/**/
--
SIGFUN -- signature too funny (core dumped)
/// 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/20220403210047.888401C1448%40moolenaar.net.