To: vim_dev@googlegroups.com Subject: Patch 9.0.0831 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0831 Problem: Compiler warning for redefining HAVE_DUP. Solution: Undefine HAVE_DUP if needed. (Ozaki Kiichi, closes #11484) Files: src/if_python3.c *** ../vim-9.0.0830/src/if_python3.c 2022-06-27 13:55:47.000000000 +0100 --- src/if_python3.c 2022-11-04 22:37:38.771796314 +0000 *************** *** 45,50 **** --- 45,53 ---- # undef F_BLANK #endif + #ifdef HAVE_DUP + # undef HAVE_DUP + #endif #ifdef HAVE_STRFTIME # undef HAVE_STRFTIME #endif *** ../vim-9.0.0830/src/version.c 2022-11-04 22:32:14.024154421 +0000 --- src/version.c 2022-11-04 22:36:28.227855179 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 831, /**/ -- hundred-and-one symptoms of being an internet addict: 22. You've already visited all the links at Yahoo and you're halfway through Lycos. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///