Skip to content

Commit

Permalink
patch 8.2.4561: build failure with some combination of features
Browse files Browse the repository at this point in the history
Problem:    Build failure with some combination of features. (John Marriott)
Solution:   Adjust #ifdef.
  • Loading branch information
brammool committed Mar 13, 2022
1 parent 5f823d1 commit 424da7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/mouse.c
Expand Up @@ -3031,7 +3031,7 @@ mouse_find_win(int *rowp, int *colp, mouse_find_T popup UNUSED)
}

#if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \
|| defined(PROTO)
|| defined(FEAT_EVAL) || defined(PROTO)
/*
* Convert a virtual (screen) column to a character column.
* The first column is one.
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -750,6 +750,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4561,
/**/
4560,
/**/
Expand Down

0 comments on commit 424da7a

Please sign in to comment.