0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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)
This commit is contained in:
Bram Moolenaar
2017-01-09 20:30:27 +01:00
parent 4d0504019c
commit 009c7b2640
3 changed files with 8 additions and 0 deletions

View File

@@ -51,6 +51,9 @@
# ifdef _ # ifdef _
# undef _ # undef _
# endif # endif
# ifdef ngettext
# undef ngettext
# endif
# ifdef N_ # ifdef N_
# undef N_ # undef N_
# endif # endif

View File

@@ -35,6 +35,9 @@
# ifdef _ # ifdef _
# undef _ # undef _
# endif # endif
# ifdef ngettext
# undef ngettext
# endif
# ifdef N_ # ifdef N_
# undef N_ # undef N_
# endif # endif

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
162,
/**/ /**/
161, 161,
/**/ /**/