comparison src/version.c @ 26321:a74dd2014b04 v8.2.3691

patch 8.2.3691: build failure with small features Commit: https://github.com/vim/vim/commit/f566666e888685b6442a0e7f34c73ba56f6db49a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 28 21:33:36 2021 +0000 patch 8.2.3691: build failure with small features Problem: Build failure with small features. Solution: Add #ifdef. (Dominique Pell?)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Nov 2021 22:45:05 +0100
parents 8b594193dcb6
children 3841da4eac23
comparison
equal deleted inserted replaced
26320:f78e7a6a6f5e 26321:a74dd2014b04
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3691,
760 /**/ 762 /**/
761 3690, 763 3690,
762 /**/ 764 /**/
763 3689, 765 3689,
764 /**/ 766 /**/