comparison src/version.c @ 28043:2950c4144afe v8.2.4546

patch 8.2.4546: duplicate #undef Commit: https://github.com/vim/vim/commit/0a4e098f32f3c83273ff63c02c8d0d5cdd7c897c Author: zeertzjq <zeertzjq@outlook.com> Date: Fri Mar 11 15:33:53 2022 +0000 patch 8.2.4546: duplicate #undef Problem: Duplicate #undef. Solution: Remove one #undef. (closes https://github.com/vim/vim/issues/9932)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Mar 2022 16:45:02 +0100
parents 64f78eb337ea
children e14b45572104
comparison
equal deleted inserted replaced
28042:e98a8383668f 28043:2950c4144afe
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 4546,
753 /**/ 755 /**/
754 4545, 756 4545,
755 /**/ 757 /**/
756 4544, 758 4544,
757 /**/ 759 /**/