commit | 4fa1346bf4210747f34b64d05b39309918ca538d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 12:39:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 05 12:39:24 2022 +0000 |
tree | 542f04d7135d71cc6514f190563faf489744bbcb | |
parent | 46f3080e5cd4cd1bae23e72a429a8195eb1ded7a [diff] [blame] |
patch 8.2.4300: cannot build tiny version Problem: Cannot build tiny version. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 92b9221..b994584 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4300, +/**/ 4299, /**/ 4298,