commit | 9289df5ca9546bda0e0046a45ceb66c6bb7a838f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 14:40:57 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 14:40:57 2018 +0200 |
tree | 19f40863aa627e63628ca565100e56e742a234c1 | |
parent | 69e056915c4145b7b64c60963797692a5b293561 [diff] [blame] |
patch 8.0.1808: can't build without TGETENT Problem: Can't build without TGETENT. Solution: Add #ifdef
diff --git a/src/version.c b/src/version.c index 147f4ed..db47bea 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1808, +/**/ 1807, /**/ 1806,