commit | 0b6d6a186e961faa5b9058406234ffd93a7e6688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 14:33:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 23 14:33:01 2022 +0000 |
tree | 50916c74f222fd7a6a421bed05fea0f88a9864aa | |
parent | 1d822afaf66a84fab71c84521fd92db11d2c8925 [diff] [blame] |
patch 9.0.0929: build failure with tiny version Problem: Build failure with tiny version. (Tony Mechelynck) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index bb8dd63..42e7200 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 929, +/**/ 928, /**/ 927,