comparison src/version.c @ 21291:c6fc976a8741 v8.2.1196

patch 8.2.1196: build failure with normal features Commit: https://github.com/vim/vim/commit/83e7450053399942e1c9efa802c568b51d948541 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 12 20:44:37 2020 +0200 patch 8.2.1196: build failure with normal features Problem: Build failure with normal features. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Jul 2020 20:45:04 +0200
parents 37f404a13623
children 6dff32278cd8
comparison
equal deleted inserted replaced
21290:b6e04e03f5ca 21291:c6fc976a8741
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1196,
757 /**/ 759 /**/
758 1195, 760 1195,
759 /**/ 761 /**/
760 1194, 762 1194,
761 /**/ 763 /**/