0
0
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:
ichizok
2022-11-04 22:38:11 +00:00
committed by Bram Moolenaar
parent 5375205761
commit 6c3d3e6904
2 changed files with 5 additions and 0 deletions

View File

@@ -45,6 +45,9 @@
# undef F_BLANK
#endif
#ifdef HAVE_DUP
# undef HAVE_DUP
#endif
#ifdef HAVE_STRFTIME
# undef HAVE_STRFTIME
#endif