To: vim_dev@googlegroups.com Subject: Patch 8.2.4756 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4756 (after 8.2.4754) Problem: Build error without the +eval feature. Solution: Adjust #ifdefs. Files: src/misc1.c *** ../vim-8.2.4755/src/misc1.c 2022-04-15 20:50:13.463235819 +0100 --- src/misc1.c 2022-04-15 23:28:03.978848965 +0100 *************** *** 1899,1905 **** return p; } - #if defined(FEAT_EVAL) || defined(PROTO) void vim_unsetenv(char_u *var) { --- 1899,1904 ---- *************** *** 1925,1930 **** --- 1924,1930 ---- didset_vimruntime = FALSE; } + #if defined(FEAT_EVAL) || defined(PROTO) /* * Set environment variable "name" and take care of side effects. */ *** ../vim-8.2.4755/src/version.c 2022-04-15 22:57:05.527488049 +0100 --- src/version.c 2022-04-15 23:29:07.182843252 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4756, /**/ -- Q: What's a light-year? A: One-third less calories than a regular year. /// 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 ///