commit | d84b2c3d88b08722dd4f686256a22c26788ea122 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 19:16:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 19:16:58 2019 +0200 |
tree | 97755634395f3656468ea932ff67412407cc2483 | |
parent | 56a63120992cc3e1f50d654a3f8aeace40bf12ef [diff] [blame] |
patch 8.1.1647: build error with GTK and hangulinput feature Problem: Build error with GTK and hangulinput feature, im_get_status() defined twice. (Dominique Pelle) Solution: Adjust im_get_status(). (closes #4628)
diff --git a/src/version.c b/src/version.c index 52bce3b..5cf7da3 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1647, +/**/ 1646, /**/ 1645,