comparison src/version.c @ 26950:e682a58399c1 v8.2.4004

patch 8.2.4004: old compiler complains about struct init with variable Commit: https://github.com/vim/vim/commit/548911ee145cdd166f20e46aa720d1631e66f64e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 4 20:05:04 2022 +0000 patch 8.2.4004: old compiler complains about struct init with variable Problem: Old compiler complains about struct init with variable. Solution: Set the struct member later. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jan 2022 21:15:04 +0100
parents 51ddf6740ac6
children b34ddbca305c
comparison
equal deleted inserted replaced
26949:ef3fe9afe119 26950:e682a58399c1
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 4004,
753 /**/ 755 /**/
754 4003, 756 4003,
755 /**/ 757 /**/
756 4002, 758 4002,
757 /**/ 759 /**/