comparison src/version.c @ 23062:fa87b0d1277b v8.2.2077

patch 8.2.2077: build failure with small features Commit: https://github.com/vim/vim/commit/a452b808b4da2d272ca4a50865eb8ca89a58f239 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 1 21:47:59 2020 +0100 patch 8.2.2077: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Tue, 01 Dec 2020 22:00:04 +0100
parents ab8a9b9bd349
children 89c324e327c0
comparison
equal deleted inserted replaced
23061:b3adc3982d17 23062:fa87b0d1277b
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 2077,
753 /**/ 755 /**/
754 2076, 756 2076,
755 /**/ 757 /**/
756 2075, 758 2075,
757 /**/ 759 /**/