mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.0831: compiler warning for redefining HAVE_DUP
Problem: Compiler warning for redefining HAVE_DUP. Solution: Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484)
This commit is contained in:
@@ -45,6 +45,9 @@
|
|||||||
# undef F_BLANK
|
# undef F_BLANK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_DUP
|
||||||
|
# undef HAVE_DUP
|
||||||
|
#endif
|
||||||
#ifdef HAVE_STRFTIME
|
#ifdef HAVE_STRFTIME
|
||||||
# undef HAVE_STRFTIME
|
# undef HAVE_STRFTIME
|
||||||
#endif
|
#endif
|
||||||
|
@@ -695,6 +695,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 */
|
||||||
|
/**/
|
||||||
|
831,
|
||||||
/**/
|
/**/
|
||||||
830,
|
830,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user