commit | bf499c0e6f30a94fe062f83ea0190f93178d0d74 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 17:55:32 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 08 17:55:32 2022 +0100 |
tree | 5bbe3bff2e0fff370c86d644236196f3e077bc0b | |
parent | 251c1e2ed810d532f7c7d7eb5d6ed5e28a12e501 [diff] [blame] |
patch 9.0.0699: tiny build fails Problem: Tiny build fails. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 6ef1b0d..c162a20 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 699, +/**/ 698, /**/ 697,