commit | a720be78d7978b3b853ff6c8af0d1721d6225378 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 22 21:45:19 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 22 21:45:19 2019 +0200 |
tree | 86bfec787293af7b530f243708a2904ec9a46393 | |
parent | 396b7c78c0fd9cd07528963b18c27398491df40d [diff] [blame] |
patch 8.1.2199: build failure when using normal features without GUI Problem: Build failure when using normal features without GUI and EXITFREE defined. Solution: Add #ifdef. (Dominique Pelle, closes #5106)
diff --git a/src/version.c b/src/version.c index 77e6e35..f6e0b76 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2199, +/**/ 2198, /**/ 2197,