summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-09 20:30:27 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-09 20:30:27 +0100
commit009c7b2640b6e04c101118cc7d0dc5785f9aa116 (patch)
tree65e721f6f3a46df62c13d45e328cdf95ac8ed456 /src/gui_gtk.c
parent4d0504019cc744a5122821f187dd3adfe536afff (diff)
patch 8.0.0162: build error on Fedora 23v8.0.0162
Problem: Build error on Fedora 23 with small features and gnome2. Solution: Undefine ngettext(). (Hirohito Higashi)
Diffstat (limited to 'src/gui_gtk.c')
-rw-r--r--src/gui_gtk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index 8686381b0e..c015d7ee66 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -51,6 +51,9 @@
# ifdef _
# undef _
# endif
+# ifdef ngettext
+# undef ngettext
+# endif
# ifdef N_
# undef N_
# endif