commit | e1ee58ac788508585f60c91fcf6629e2251a9220 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 19:04:44 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 14 19:04:44 2021 +0100 |
tree | d9e28332e3c9849a6f11cea7fcf54b86d60af821 | |
parent | 845b72854de90de13879598df53f1c388e52e1ba [diff] [blame] |
patch 8.2.2347: build failure without GUI Problem: Build failure without GUI. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 56522d9..319e65e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2347, +/**/ 2346, /**/ 2345,