commit | 009c7b2640b6e04c101118cc7d0dc5785f9aa116 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 20:30:27 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 09 20:30:27 2017 +0100 |
tree | 65e721f6f3a46df62c13d45e328cdf95ac8ed456 | |
parent | 4d0504019cc744a5122821f187dd3adfe536afff [diff] [blame] |
patch 8.0.0162: build error on Fedora 23 Problem: Build error on Fedora 23 with small features and gnome2. Solution: Undefine ngettext(). (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 7f52cab..1c4c57b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 162, +/**/ 161, /**/ 160,