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 -- [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/20220415222949.7ACA51C05DA%40moolenaar.net.