commit | 475d9521baaeb060ebb915d678094ff28e67b5be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 21:46:29 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 21:46:29 2022 +0000 |
tree | c2254c3759f9dbe289c14abf2d315f1621607dd0 | |
parent | 1d423ef75fc8bce2edfd2aab61cc9beaa63e31aa [diff] [blame] |
patch 8.2.3988: tiny build fails Problem: Tiny build fails. Solution: Fix misplaced #ifdef.
diff --git a/src/version.c b/src/version.c index 3403fda..21e11dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3988, +/**/ 3987, /**/ 3986,