commit | 57c732ed782607ce6a8c4f9eeb65b95a00e37701 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 22:51:54 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 28 22:51:54 2020 +0100 |
tree | 0f5623ad164ba22994ee3fe2ab971decb9bf52d2 | |
parent | ec084d3356cc2a23f2f44707810c38ab590d2e66 [diff] [blame] |
patch 8.2.0330: build error with popup window but without terminal Problem: Build error with popup window but without terminal. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index ced13f8..b883605 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 330, +/**/ 329, /**/ 328,