commit | 0a4e098f32f3c83273ff63c02c8d0d5cdd7c897c | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Mar 11 15:33:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 11 15:33:53 2022 +0000 |
tree | 4ec2bf0456b1840937884feed6a03bfa357c0f5f | |
parent | 176711f06966f6691a29c410e4693bf14e0f3d74 [diff] [blame] |
patch 8.2.4546: duplicate #undef Problem: Duplicate #undef. Solution: Remove one #undef. (closes #9932)
diff --git a/src/version.c b/src/version.c index 01c3c32..3a29ffe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4546, +/**/ 4545, /**/ 4544,