commit | cb89c98c264b0fe9fd26e3501eab5a062e57c064 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 17 21:54:55 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 17 21:54:55 2017 +0100 |
tree | 0578390eefcf78e353b45f60487de11471365aa2 | |
parent | f0b03c4e98f8a7184d8b4a5d702cbcd602426923 [diff] [blame] |
patch 8.0.1401: cannot build with GTK but without XIM Problem: Cannot build with GTK but without XIM. (Guido) Solution: Adjust #ifdef. (closes #2461)
diff --git a/src/version.c b/src/version.c index 2da64a2..ba65a54 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1401, +/**/ 1400, /**/ 1399,