Patch 8.2.4681

5 views
Skip to first unread message

Bram Moolenaar

unread,
Apr 3, 2022, 5:00:51 PM4/3/22
to vim...@googlegroups.com

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 -- 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