commit | c902609f69b5662484f78dbf509715940d4134e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 04 19:35:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 04 19:35:02 2017 +0200 |
tree | b4e3468b0eb4cdaa2d53291718bf199e48b4dc61 | |
parent | a0a6f2776eabfbd4d9174fabdf3921beb7348eda [diff] [blame] |
patch 8.0.1175: build failure without +termresponse Problem: Build failure without +termresponse. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 1d21277..b31943f 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1175, +/**/ 1174, /**/ 1173,