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:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user