1
0
forked from aniani/vim

patch 8.2.4756: build error without the +eval feature

Problem:    Build error without the +eval feature.
Solution:   Adjust #ifdefs.
This commit is contained in:
Bram Moolenaar
2022-04-15 23:29:23 +01:00
parent 12eb2eb4d7
commit 092e09cba7
2 changed files with 3 additions and 1 deletions

View File

@@ -1899,7 +1899,6 @@ vim_getenv(char_u *name, int *mustfree)
return p; return p;
} }
#if defined(FEAT_EVAL) || defined(PROTO)
void void
vim_unsetenv(char_u *var) vim_unsetenv(char_u *var)
{ {
@@ -1925,6 +1924,7 @@ vim_unsetenv_ext(char_u *var)
didset_vimruntime = FALSE; didset_vimruntime = FALSE;
} }
#if defined(FEAT_EVAL) || defined(PROTO)
/* /*
* Set environment variable "name" and take care of side effects. * Set environment variable "name" and take care of side effects.
*/ */

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4756,
/**/ /**/
4755, 4755,
/**/ /**/