commit | af50e899e70ee34d5356846afbea7d75701cb22b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 13:22:10 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 01 13:22:10 2020 +0200 |
tree | c913336cad923a4c29c87a977caf46780bda09a3 | |
parent | 4e1d8bd79b87b120bd40afe0eba54a419f8c3aee [diff] [blame] |
patch 8.2.1336: build failure on non-Unix systems Problem: Build failure on non-Unix systems. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 931793e..bf22a76 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1336, +/**/ 1335, /**/ 1334,