commit | 545c8a506e7e0921ded7eb7ffe3518279cbcb16a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 21 15:51:47 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 21 15:51:47 2023 +0100 |
tree | 60240f071deb8f587d600317f575803e193234b0 | |
parent | 55f1b822d8516a5afa42c9e5ac980f2395c70ad0 [diff] [blame] |
patch 9.0.1642: build failure with tiny features Problem: Build failure with tiny features. Solution: Add #ifdef's.
diff --git a/src/version.c b/src/version.c index 08762fd..1d29427 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1642, +/**/ 1641, /**/ 1640,