Patch 8.0.0162
Summary: build error on Fedora 23
Problem: Build error on Fedora 23 with small features and gnome2.
Solution: Undefine ngettext(). (Hirohito Higashi)
Files: src/gui_gtk.c, src/gui_gtk_x11.c
*** ../vim-8.0.0161/src/gui_gtk.c 2016-11-17 19:11:51.713378271 +0100
--- src/gui_gtk.c 2017-01-09 20:27:08.988196714 +0100
***************
*** 51,56 ****
--- 51,59 ----
# ifdef _
# undef _
# endif
+ # ifdef ngettext
+ # undef ngettext
+ # endif
# ifdef N_
# undef N_
# endif
*** ../vim-8.0.0161/src/gui_gtk_x11.c 2016-11-21 20:55:54.458792774 +0100
--- src/gui_gtk_x11.c 2017-01-09 20:27:08.992196684 +0100
***************
*** 35,40 ****
--- 35,43 ----
# ifdef _
# undef _
# endif
+ # ifdef ngettext
+ # undef ngettext
+ # endif
# ifdef N_
# undef N_
# endif
*** ../vim-8.0.0161/src/version.c 2017-01-09 12:58:05.639951514 +0100
--- src/version.c 2017-01-09 20:28:54.415395961 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 162,
/**/
--
Google is kind of like Dr. Who's Tardis; it's weirder on the
inside than on the outside...
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.