commit | c0aa482a5add1e1125fd983d62c67a182c76ae24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 14:04:29 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 16 14:04:29 2017 +0200 |
tree | a3fbed88286f02e27690d75679ff4dcb914b3ee7 | |
parent | cb8bbe9bf3214d07580d6b43d6539416884153bd [diff] [blame] |
patch 8.0.0719: build failure without +terminal feature Problem: Build failure without +terminal feature. Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index d23c0e1..bd274f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 719, +/**/ 718, /**/ 717,