comparison src/version.c @ 27384:0b1acd38c7de v8.2.4220

patch 8.2.4220: MS-Windows: some old compiler support remains Commit: https://github.com/vim/vim/commit/250155ae319802418c1576e9ff88d0e16b108282 Author: K.Takata <kentkt@csc.jp> Date: Wed Jan 26 11:16:52 2022 +0000 patch 8.2.4220: MS-Windows: some old compiler support remains Problem: MS-Windows: some old compiler support remains. Solution: Remove obsolete compiler support. (Ken Takata, closes https://github.com/vim/vim/issues/9627)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Jan 2022 12:30:06 +0100
parents 123b0747fa10
children ccfb16d876b1
comparison
equal deleted inserted replaced
27383:3086d6127d94 27384:0b1acd38c7de
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 4220,
753 /**/ 755 /**/
754 4219, 756 4219,
755 /**/ 757 /**/
756 4218, 758 4218,
757 /**/ 759 /**/