commit | 4e6072b8d3e7ad85d2ca010c9172c2bdcdc62f44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 16:09:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 16:09:18 2022 +0000 |
tree | aa6474c20921c689bf001922255eea79cad37b76 | |
parent | 6f2a22756536849f9e45caa4ddd62cab4334f065 [diff] [blame] |
patch 9.0.0972: build failure on some systems Problem: Build failure on some systems. Solution: Adjust #ifdefs related to the termresponse feature.
diff --git a/src/version.c b/src/version.c index e625792..e41b106 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 972, +/**/ 971, /**/ 970,