commit | 397c6a1438186adef54fe5113690307e644b0f42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 20:54:31 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 17 20:54:31 2019 +0200 |
tree | aff710463c890184949463b3732d4ae83bdaf806 | |
parent | 37d1807a801d5296f00b3ac85a38b26cfe6de55c [diff] [blame] |
patch 8.1.2049: cannot build tiny version Problem: Cannot build tiny version. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index b8c8808..1f120d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2049, +/**/ 2048, /**/ 2047,