comparison src/version.c @ 22286:cb883c225368 v8.2.1692

patch 8.2.1692: build fails because TTFLAG_STATIC is missing Commit: https://github.com/vim/vim/commit/fb489af2ec1b181d212a8aa8151d7784b260d01b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 16 15:41:09 2020 +0200 patch 8.2.1692: build fails because TTFLAG_STATIC is missing Problem: Build fails because TTFLAG_STATIC is missing. Solution: Include missing change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Sep 2020 15:45:04 +0200
parents 6b385c2b9ff5
children a9ff3e0d6d54
comparison
equal deleted inserted replaced
22285:eb6e8ba37f36 22286:cb883c225368
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 1692,
753 /**/ 755 /**/
754 1691, 756 1691,
755 /**/ 757 /**/
756 1690, 758 1690,
757 /**/ 759 /**/