To: vim_dev@googlegroups.com Subject: Patch 8.2.4239 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4239 Problem: Build fails with unusual configuration. Solution: Adjust #ifdef. (closes #9651) Files: src/testing.c *** ../vim-8.2.4238/src/testing.c 2022-01-27 19:58:21.858975599 +0000 --- src/testing.c 2022-01-28 14:39:33.586011494 +0000 *************** *** 1345,1351 **** void f_test_gui_tabline_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED) { ! # ifdef FEAT_GUI int tabnr; if (check_for_number_arg(argvars, 0) == FAIL) --- 1345,1351 ---- void f_test_gui_tabline_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED) { ! # ifdef FEAT_GUI_TABLINE int tabnr; if (check_for_number_arg(argvars, 0) == FAIL) *************** *** 1361,1367 **** void f_test_gui_tabmenu_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED) { ! # ifdef FEAT_GUI int tabnr; int event; --- 1361,1367 ---- void f_test_gui_tabmenu_event(typval_T *argvars UNUSED, typval_T *rettv UNUSED) { ! # ifdef FEAT_GUI_TABLINE int tabnr; int event; *** ../vim-8.2.4238/src/version.c 2022-01-28 14:15:06.440853078 +0000 --- src/version.c 2022-01-28 14:39:12.666363862 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4239, /**/ -- The problem with political jokes is that they get elected. /// 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 ///