commit | 4d31b48a114c106ec18ceaae9cfd084b8ca7faee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 16:03:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 16:03:09 2022 +0100 |
tree | 35526cdf81c3af26b73edf7b29b38561dd85fc97 | |
parent | 46b54747c5d252c584571a321231bad9330018ec [diff] [blame] |
patch 9.0.0674: build error with tiny version Problem: Build error with tiny version. Solution: Use PLINES_NOFILL macro.
diff --git a/src/version.c b/src/version.c index f168982..dc38428 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 674, +/**/ 673, /**/ 672,