commit | 0bcadf14aa700c166c09f1800ed3de00b9598b39 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 19:18:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 11 19:18:58 2021 +0100 |
tree | 6b8e55811cd7180b51dd2c2165e72fcd4cc51218 | |
parent | 3b678047bcd50d6f409175dcffe7839dbb74728b [diff] [blame] |
patch 8.2.2500: build fails without the GUI feature Problem: Build fails without the GUI feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 2f4a03e..8918ec5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2500, +/**/ 2499, /**/ 2498,