commit | 491799be5084dde7aa3367462f306e7b71dbc4a5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 19:23:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 19:23:43 2020 +0200 |
tree | 820cf7924d98b0f3d9099812ec8042e5c0727c86 | |
parent | f8992d47cd50494c64bb733329067c9de3c75200 [diff] [blame] |
patch 8.2.1346: small build fails Problem: Small build fails. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index fb8a37c..cdb26a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1346, +/**/ 1345, /**/ 1344,