To: vim_dev@googlegroups.com Subject: Patch 8.2.4681 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///