commit | d507a685ad9cd270e5afc3bd4aa6a80ddb0d8802 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 22:41:18 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 29 22:41:18 2017 +0200 |
tree | 6da024d744aa05d5d33fecc4f96cfb0cd6c4b759 | |
parent | 6e1ef28057b100b206a88a175b37e75f5130668c [diff] [blame] |
patch 8.0.0808: cannot build with terminal feature and DEBUG defined Problem: Cannot build with terminal feature and DEBUG defined. (Christian Brabandt) Solution: Use DEBUG_LOG3().
diff --git a/src/version.c b/src/version.c index 95468b2..ab9f30e 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 808, +/**/ 807, /**/ 806,