commit | c3f1881aedae5e9a584bacf5a06944fba6357259 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 12:29:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 01 12:29:43 2022 +0000 |
tree | ccdb423954c89bdf8d0190da39e3b37460315fba | |
parent | 733a69b29f0b0c3d2ddca463a41bdd912379bc5e [diff] [blame] |
patch 9.0.0981: build error in tiny version Problem: Build error in tiny version. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 0708666..22c3c5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 981, +/**/ 980, /**/ 979,