forked from aniani/vim
patch 8.2.4239: build fails with unusual configuration
Problem: Build fails with unusual configuration. Solution: Adjust #ifdef. (closes #9651)
This commit is contained in:
parent
bd8168c770
commit
ddd815ba2a
@ -1345,7 +1345,7 @@ f_test_gui_mouse_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
|
||||
void
|
||||
f_test_gui_tabline_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
|
||||
{
|
||||
# ifdef FEAT_GUI
|
||||
# ifdef FEAT_GUI_TABLINE
|
||||
int tabnr;
|
||||
|
||||
if (check_for_number_arg(argvars, 0) == FAIL)
|
||||
@ -1361,7 +1361,7 @@ f_test_gui_tabline_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
|
||||
void
|
||||
f_test_gui_tabmenu_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED)
|
||||
{
|
||||
# ifdef FEAT_GUI
|
||||
# ifdef FEAT_GUI_TABLINE
|
||||
int tabnr;
|
||||
int event;
|
||||
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4239,
|
||||
/**/
|
||||
4238,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user