commit | 5390c05a3ca712da8fc56b14517c99c740551c0b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 13:10:03 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 02 13:10:03 2022 +0000 |
tree | 08d26cd90d4241cc4a3f11fcadb8ef7aace8124f | |
parent | 1a173409ae6a39d59ff99cf3d567c25e859f9ecd [diff] [blame] |
patch 9.0.0986: build failure with tiny version Problem: Build failure with tiny version. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index c3fc096..23f1ac5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 986, +/**/ 985, /**/ 984,