comparison src/version.c @ 27422:7c233f560a7f v8.2.4239

patch 8.2.4239: build fails with unusual configuration Commit: https://github.com/vim/vim/commit/ddd815ba2a4191992d0f7d7b2902ba76a0db36ef Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 28 14:39:58 2022 +0000 patch 8.2.4239: build fails with unusual configuration Problem: Build fails with unusual configuration. Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/9651)
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Jan 2022 15:45:03 +0100
parents 978890380129
children b17fe5191b49
comparison
equal deleted inserted replaced
27421:f27bab8a8b2a 27422:7c233f560a7f
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4239,
753 /**/ 755 /**/
754 4238, 756 4238,
755 /**/ 757 /**/
756 4237, 758 4237,
757 /**/ 759 /**/