commit | 92f246e4f9936f15471d5ee71b9afd5f3e6e0653 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:03:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 28 20:03:43 2021 +0000 |
tree | afb042f7411bf3b503df3fe61a55f31e0408eed8 | |
parent | 06f6095623cfcc72da08748c058d13b465652fd4 [diff] [blame] |
patch 8.2.3926: build failure without the 'autochdir' option Problem: Build failure without the 'autochdir' option. (John Marriott) Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 60b1e5c..e091971 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3926, +/**/ 3925, /**/ 3924,